Struct MSP_EVENT
#[repr(transparent)]pub struct MSP_EVENT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for MSP_EVENT
impl Eq for MSP_EVENT
impl StructuralPartialEq for MSP_EVENT
Auto Trait Implementations§
impl Freeze for MSP_EVENT
impl RefUnwindSafe for MSP_EVENT
impl Send for MSP_EVENT
impl Sync for MSP_EVENT
impl Unpin for MSP_EVENT
impl UnwindSafe for MSP_EVENT
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