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