Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for kevent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for kevent
[src]

Auto Trait Implementations

impl !Send for kevent

impl !Sync for kevent