Struct frida_gum::ModuleDetails
source · pub struct ModuleDetails { /* private fields */ }
Implementations§
source§impl ModuleDetails
impl ModuleDetails
Represents a loaded module
sourcepub fn with_address(address: u64) -> Option<Self>
pub fn with_address(address: u64) -> Option<Self>
Get a new ModuleDetails
instance for the module containing the given address.
sourcepub fn range(&self) -> MemoryRange
pub fn range(&self) -> MemoryRange
Get the range of this module
Auto Trait Implementations§
impl Freeze for ModuleDetails
impl RefUnwindSafe for ModuleDetails
impl !Send for ModuleDetails
impl !Sync for ModuleDetails
impl Unpin for ModuleDetails
impl UnwindSafe for ModuleDetails
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