Struct libc::kevent64_s [] [src]

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for kevent64_s

impl Sync for kevent64_s