Struct nix::sys::event::KEvent [] [src]

#[repr(C)]
pub struct KEvent { pub ident: uintptr_t, pub filter: EventFilter, pub flags: EventFlag, pub fflags: FilterFlag, pub data: intptr_t, pub udata: usize, }

Fields

Trait Implementations

impl Clone for kevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for kevent
[src]

Auto Trait Implementations

impl Send for KEvent

impl Sync for KEvent