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