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
filter
flags
fflags
data
udata

Trait Implementations

impl Copy for kevent

impl Clone for kevent

fn clone(&self) -> kevent

fn clone_from(&mut self, source: &Self)