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