Struct gdnative_visual_script::common::libc::kevent [−][src]
#[repr(C)]pub struct kevent { pub ident: usize, pub filter: i16, pub flags: u16, pub fflags: u32, pub data: isize, pub udata: *mut c_void, }
Fields
ident: usize
filter: i16
flags: u16
fflags: u32
data: isize
udata: *mut c_void
Trait Implementations
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 Copy for kevent
[src]
impl Copy for kevent