pub struct MiscFieldsPowerInfo {
pub processor_max_mhz: u32,
pub processor_current_mhz: u32,
pub processor_mhz_limit: u32,
pub processor_max_idle_state: u32,
pub processor_current_idle_state: u32,
}
Expand description
MISC_INFO_2 fields guarded by MINIDUMP_MISC1_PROCESSOR_POWER_INFO
Fields§
§processor_max_mhz: u32
§processor_current_mhz: u32
§processor_mhz_limit: u32
§processor_max_idle_state: u32
§processor_current_idle_state: u32
Trait Implementations§
Source§impl Default for MiscFieldsPowerInfo
impl Default for MiscFieldsPowerInfo
Source§fn default() -> MiscFieldsPowerInfo
fn default() -> MiscFieldsPowerInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MiscFieldsPowerInfo
impl RefUnwindSafe for MiscFieldsPowerInfo
impl Send for MiscFieldsPowerInfo
impl Sync for MiscFieldsPowerInfo
impl Unpin for MiscFieldsPowerInfo
impl UnwindSafe for MiscFieldsPowerInfo
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