Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_SYSTEM_INFO_1_0
#[repr(C)]pub struct MINIDUMP_SYSTEM_INFO_1_0 {
pub SuiteMask: u16,
pub Reserved2: u16,
}
Expand description
Required features: "Win32_System_SystemInformation"
Fields§
§SuiteMask: u16
§Reserved2: u16
Trait Implementations§
§impl Clone for MINIDUMP_SYSTEM_INFO_1_0
impl Clone for MINIDUMP_SYSTEM_INFO_1_0
impl Copy for MINIDUMP_SYSTEM_INFO_1_0
Auto Trait Implementations§
impl RefUnwindSafe for MINIDUMP_SYSTEM_INFO_1_0
impl Send for MINIDUMP_SYSTEM_INFO_1_0
impl Sync for MINIDUMP_SYSTEM_INFO_1_0
impl Unpin for MINIDUMP_SYSTEM_INFO_1_0
impl UnwindSafe for MINIDUMP_SYSTEM_INFO_1_0
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