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