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
ident: uintptr_t
filter: int16_t
flags: uint16_t
fflags: uint32_t
data: intptr_t
udata: *mut c_void
Trait Implementations
impl Copy for kevent
[src]
impl Copy for kevent
impl Clone for kevent
[src]
impl Clone for kevent
fn clone(&self) -> kevent
[src]
fn clone(&self) -> kevent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for kevent
[src]
impl PartialEq for kevent
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for kevent
[src]
impl Eq for kevent