Struct gdnative_visual_script::common::libc::kevent64_s [−][src]
#[repr(C)]pub struct kevent64_s { pub ident: u64, pub filter: i16, pub flags: u16, pub fflags: u32, pub data: i64, pub udata: u64, pub ext: [u64; 2], }
Fields
ident: u64
filter: i16
flags: u16
fflags: u32
data: i64
udata: u64
ext: [u64; 2]
Trait Implementations
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 Copy for kevent64_s
[src]
impl Copy 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