Struct inkview_sys::c_api::ievent_s [−][src]
#[repr(C)]pub struct ievent_s { pub hproc: iv_handler, pub type_: u16, pub mod_: u16, pub par1: u16, pub par2: u16, pub data: *mut c_void, }
Fields
hproc: iv_handlertype_: u16mod_: u16par1: u16par2: u16data: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ievent_simpl UnwindSafe for ievent_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V