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