#[repr(transparent)]pub struct HDROP(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
impl Copy for HDROP
impl Eq for HDROP
impl StructuralPartialEq 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