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