#[repr(C)]pub struct MinHookApi {
pub create: RawHookCreate,
pub remove: RawHookRemove,
pub enable: RawHookEnable,
pub disable: RawHookDisable,
}Fields§
§create: RawHookCreateMinHook create.
remove: RawHookRemoveMinHook remove.
enable: RawHookEnableMinHook enable.
disable: RawHookDisableMinHook disable.
Trait Implementations§
Source§impl Clone for MinHookApi
impl Clone for MinHookApi
Source§fn clone(&self) -> MinHookApi
fn clone(&self) -> MinHookApi
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MinHookApi
impl RefUnwindSafe for MinHookApi
impl Send for MinHookApi
impl Sync for MinHookApi
impl Unpin for MinHookApi
impl UnwindSafe for MinHookApi
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