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