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