Struct libc::kevent [] [src]

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

Fields

Trait Implementations

impl Copy for kevent
[src]

impl Clone for kevent
[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 kevent

impl !Sync for kevent