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

Trait Implementations

impl Clone for kevent64_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for kevent64_s
[src]

Auto Trait Implementations

impl Send for kevent64_s

impl Sync for kevent64_s