pub struct InstalledHook {
pub symbol: String,
pub alias: Option<String>,
pub address: *mut c_void,
/* private fields */
}Fields§
§symbol: String§alias: Option<String>§address: *mut c_voidAuto Trait Implementations§
impl Freeze for InstalledHook
impl RefUnwindSafe for InstalledHook
impl !Send for InstalledHook
impl !Sync for InstalledHook
impl Unpin for InstalledHook
impl UnsafeUnpin for InstalledHook
impl UnwindSafe for InstalledHook
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