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