Struct HPTPROVIDER
#[repr(transparent)]pub struct HPTPROVIDER(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HPTPROVIDER
impl HPTPROVIDER
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for HPTPROVIDER
impl Clone for HPTPROVIDER
§fn clone(&self) -> HPTPROVIDER
fn clone(&self) -> HPTPROVIDER
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HPTPROVIDER
impl Debug for HPTPROVIDER
§impl Free for HPTPROVIDER
impl Free for HPTPROVIDER
§impl PartialEq for HPTPROVIDER
impl PartialEq for HPTPROVIDER
impl Copy for HPTPROVIDER
impl Eq for HPTPROVIDER
impl StructuralPartialEq for HPTPROVIDER
Auto Trait Implementations§
impl Freeze for HPTPROVIDER
impl RefUnwindSafe for HPTPROVIDER
impl !Send for HPTPROVIDER
impl !Sync for HPTPROVIDER
impl Unpin for HPTPROVIDER
impl UnwindSafe for HPTPROVIDER
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