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