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