#[repr(C)]pub struct MEVENT {
pub id: c_short,
pub x: c_int,
pub y: c_int,
pub z: c_int,
pub bstate: mmask_t,
}Fields§
§id: c_short§x: c_int§y: c_int§z: c_int§bstate: mmask_tTrait Implementations§
impl Copy for MEVENT
impl Eq for MEVENT
impl StructuralPartialEq for MEVENT
Auto Trait Implementations§
impl Freeze for MEVENT
impl RefUnwindSafe for MEVENT
impl Send for MEVENT
impl Sync for MEVENT
impl Unpin for MEVENT
impl UnwindSafe for MEVENT
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