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