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

Trait Implementations

impl Clone for kevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for kevent
[src]

Auto Trait Implementations

impl !Send for kevent

impl !Sync for kevent