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