#[repr(C, packed(4))]
pub struct MINIDUMP_SYSTEM_BASIC_INFORMATION { pub TimerResolution: u32, pub PageSize: u32, pub NumberOfPhysicalPages: u32, pub LowestPhysicalPageNumber: u32, pub HighestPhysicalPageNumber: u32, pub AllocationGranularity: u32, pub MinimumUserModeAddress: u64, pub MaximumUserModeAddress: u64, pub ActiveProcessorsAffinityMask: u64, pub NumberOfProcessors: u32, }
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

TimerResolution: u32PageSize: u32NumberOfPhysicalPages: u32LowestPhysicalPageNumber: u32HighestPhysicalPageNumber: u32AllocationGranularity: u32MinimumUserModeAddress: u64MaximumUserModeAddress: u64ActiveProcessorsAffinityMask: u64NumberOfProcessors: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.