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