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