Struct libc::kevent
[−]
[src]
#[repr(C)]pub struct kevent { pub ident: uintptr_t, pub filter: c_short, pub flags: c_ushort, pub fflags: c_uint, pub data: int64_t, pub udata: *mut c_void, }
Fields
ident: uintptr_t
filter: c_short
flags: c_ushort
fflags: c_uint
data: int64_t
udata: *mut c_void
Trait Implementations
impl Copy for kevent
[src]
impl Clone for kevent
[src]
fn clone(&self) -> kevent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more