Enum me3_framework::hooks::FunctionAddress
source · [−]Variants
Offset(RuntimeOffset)
Pointer(*const ())
Auto Trait Implementations
impl !RefUnwindSafe for FunctionAddress
impl !Send for FunctionAddress
impl !Sync for FunctionAddress
impl Unpin for FunctionAddress
impl UnwindSafe for FunctionAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more