Struct libc_interface::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
ident: uint64_t
filter: int16_t
flags: uint16_t
fflags: uint32_t
data: int64_t
udata: uint64_t
ext: [uint64_t; 2]
Trait Implementations
impl Copy for kevent64_s
[src]
impl Copy for kevent64_s
impl Clone for kevent64_s
[src]
impl Clone for kevent64_s
fn clone(&self) -> kevent64_s
[src]
fn clone(&self) -> kevent64_s
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 kevent64_s
[src]
impl PartialEq for kevent64_s
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 kevent64_s
[src]
impl Eq for kevent64_s
Auto Trait Implementations
impl Send for kevent64_s
impl Send for kevent64_s
impl Sync for kevent64_s
impl Sync for kevent64_s