Struct libc::kevent64_s
[−]
[src]
pub struct kevent64_s {
pub ident: uint64_t,
pub filter: int16_t,
pub flags: uint16_t,
pub fflags: uint32_t,
pub data: int64_t,
pub udata: uint64_t,
pub ext: [uint64_t; 2],
}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 |
ext | Unstable ( libc): use |