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