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,
}Unstable (
libc): use libc from crates.io
Fields
ident | Unstable ( libc): use |
filter | Unstable ( libc): use |
flags | Unstable ( libc): use |
fflags | Unstable ( libc): use |
data | Unstable ( libc): use |
udata | Unstable ( libc): use |