Struct libc::kevent [] [src]

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

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