#[repr(C)]#[repr(packed(4))]pub struct kevent {
pub ident: uintptr_t,
pub filter: i16,
pub flags: u16,
pub fflags: u32,
pub data: intptr_t,
pub udata: *mut c_void,
}
Fields§
§ident: uintptr_t
§filter: i16
§flags: u16
§fflags: u32
§data: intptr_t
§udata: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for kevent
impl !Send for kevent
impl !Sync for kevent
impl Unpin for kevent
impl UnwindSafe for kevent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more