Struct frida_gum::SymbolDetails
source · pub struct SymbolDetails {
pub name: String,
pub address: usize,
pub size: usize,
}
Expand description
Module symbol details returned by Module::enumerate_symbols
.
Fields§
§name: String
§address: usize
§size: usize
Auto Trait Implementations§
impl Freeze for SymbolDetails
impl RefUnwindSafe for SymbolDetails
impl Send for SymbolDetails
impl Sync for SymbolDetails
impl Unpin for SymbolDetails
impl UnwindSafe for SymbolDetails
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