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

Trait Implementations

impl Copy for kevent
[src]

impl Clone for kevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more