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
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 Clone for 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
Performs copy-assignment from source. Read more