Struct libc::kevent
[−]
[src]
pub struct kevent {
pub ident: uintptr_t,
pub filter: int16_t,
pub flags: uint16_t,
pub fflags: uint32_t,
pub data: intptr_t,
pub udata: *mut c_void,
}Fields
ident: uintptr_t
filter: int16_t
flags: uint16_t
fflags: uint32_t
data: intptr_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