Struct DHPDEV
#[repr(transparent)]pub struct DHPDEV(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl DHPDEV
impl DHPDEV
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for DHPDEV
impl Eq for DHPDEV
impl StructuralPartialEq 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 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