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