pub struct CrashModule {
pub identity: String,
}Expand description
Module identity captured before ASLR state disappears.
Fields§
§identity: StringCanonical path when known, otherwise a stable module name.
Trait Implementations§
Source§impl Clone for CrashModule
impl Clone for CrashModule
Source§fn clone(&self) -> CrashModule
fn clone(&self) -> CrashModule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CrashModule
impl Debug for CrashModule
impl Eq for CrashModule
Source§impl PartialEq for CrashModule
impl PartialEq for CrashModule
impl StructuralPartialEq for CrashModule
Auto Trait Implementations§
impl Freeze for CrashModule
impl RefUnwindSafe for CrashModule
impl Send for CrashModule
impl Sync for CrashModule
impl Unpin for CrashModule
impl UnsafeUnpin for CrashModule
impl UnwindSafe for CrashModule
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