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