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],
}

Fields

Trait Implementations

impl Copy for kevent64_s
[src]

impl Clone for kevent64_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more