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