#[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_handler§type_: u16§mod_: u16§par1: u16§par2: u16§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for ievent_s
impl RefUnwindSafe for ievent_s
impl !Send for ievent_s
impl !Sync for ievent_s
impl Unpin for ievent_s
impl UnwindSafe for ievent_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more