#[repr(transparent)]pub struct HHOOK(pub isize);
Tuple Fields§
§0: isize
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