pub struct VehHook { /* private fields */ }Expand description
VEH hook instance using hardware breakpoints
Implementations§
Source§impl VehHook
impl VehHook
Sourcepub fn hook_type(&self) -> VehHookType
pub fn hook_type(&self) -> VehHookType
get the hook type
Sourcepub fn set_auto_restore(&mut self, restore: bool)
pub fn set_auto_restore(&mut self, restore: bool)
set whether to auto-restore on drop
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VehHook
impl RefUnwindSafe for VehHook
impl Unpin for VehHook
impl UnwindSafe for VehHook
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