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