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