Struct windows_sys::Win32::System::Diagnostics::Debug::SYMBOL_INFO_PACKAGE
[−]#[repr(C)]pub struct SYMBOL_INFO_PACKAGE {
pub si: SYMBOL_INFO,
pub name: [CHAR; 2001],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
si: SYMBOL_INFO
name: [CHAR; 2001]
Trait Implementations
impl Clone for SYMBOL_INFO_PACKAGE
impl Clone for SYMBOL_INFO_PACKAGE
impl Copy for SYMBOL_INFO_PACKAGE
Auto Trait Implementations
impl RefUnwindSafe for SYMBOL_INFO_PACKAGE
impl Send for SYMBOL_INFO_PACKAGE
impl Sync for SYMBOL_INFO_PACKAGE
impl Unpin for SYMBOL_INFO_PACKAGE
impl UnwindSafe for SYMBOL_INFO_PACKAGE
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