Struct HDEV
#[repr(transparent)]pub struct HDEV(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HDEV
impl HDEV
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HDEV
impl Eq for HDEV
impl StructuralPartialEq for HDEV
Auto Trait Implementations§
impl Freeze for HDEV
impl RefUnwindSafe for HDEV
impl !Send for HDEV
impl !Sync for HDEV
impl Unpin for HDEV
impl UnwindSafe for HDEV
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