#[repr(C)]pub struct kevent {
pub ident: uintptr_t,
pub filter: u32,
pub flags: u32,
pub fflags: u32,
pub data: i64,
pub udata: intptr_t,
}
Fields§
§ident: uintptr_t
§filter: u32
§flags: u32
§fflags: u32
§data: i64
§udata: intptr_t
Trait Implementations§
impl Copy for kevent
impl Eq for kevent
impl StructuralPartialEq for kevent
Auto Trait Implementations§
impl Freeze for kevent
impl RefUnwindSafe for kevent
impl Send for kevent
impl Sync for kevent
impl Unpin for kevent
impl UnwindSafe for kevent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)