Struct windows_sys::Win32::System::Diagnostics::Debug::SYMBOL_INFO_PACKAGEW
[−]#[repr(C)]pub struct SYMBOL_INFO_PACKAGEW {
pub si: SYMBOL_INFOW,
pub name: [u16; 2001],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
si: SYMBOL_INFOW
name: [u16; 2001]
Trait Implementations
impl Clone for SYMBOL_INFO_PACKAGEW
impl Clone for SYMBOL_INFO_PACKAGEW
impl Copy for SYMBOL_INFO_PACKAGEW
Auto Trait Implementations
impl RefUnwindSafe for SYMBOL_INFO_PACKAGEW
impl Send for SYMBOL_INFO_PACKAGEW
impl Sync for SYMBOL_INFO_PACKAGEW
impl Unpin for SYMBOL_INFO_PACKAGEW
impl UnwindSafe for SYMBOL_INFO_PACKAGEW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more