Struct std::backtrace_rs::windows::SYMBOL_INFOW
source · #[repr(C)]pub struct SYMBOL_INFOW {}Fields§
§SizeOfStruct: u32§TypeIndex: u32§Reserved: [u64; 2]§Index: u32§Size: u32§ModBase: u64§Flags: u32§Value: u64§Address: u64§Register: u32§Scope: u32§Tag: u32§NameLen: u32§MaxNameLen: u32§Name: [u16; 1]Trait Implementations§
source§impl Clone for SYMBOL_INFOW
impl Clone for SYMBOL_INFOW
source§fn clone(&self) -> SYMBOL_INFOW
fn clone(&self) -> SYMBOL_INFOW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SYMBOL_INFOW
Auto Trait Implementations§
impl RefUnwindSafe for SYMBOL_INFOW
impl Send for SYMBOL_INFOW
impl Sync for SYMBOL_INFOW
impl Unpin for SYMBOL_INFOW
impl UnwindSafe for SYMBOL_INFOW
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