pub type SCM_PD_MANAGEMENT_STATUS = _SCM_PD_MANAGEMENT_STATUS;
Aliased Type§
struct SCM_PD_MANAGEMENT_STATUS {
pub Version: u32,
pub Size: u32,
pub Health: i32,
pub NumberOfOperationalStatus: u32,
pub NumberOfAdditionalReasons: u32,
pub OperationalStatus: [i32; 16],
pub AdditionalReasons: [i32; 1],
}
Fields§
§Version: u32
§Size: u32
§Health: i32
§NumberOfOperationalStatus: u32
§NumberOfAdditionalReasons: u32
§OperationalStatus: [i32; 16]
§AdditionalReasons: [i32; 1]
Trait Implementations
Source§impl Clone for _SCM_PD_MANAGEMENT_STATUS
impl Clone for _SCM_PD_MANAGEMENT_STATUS
Source§fn clone(&self) -> _SCM_PD_MANAGEMENT_STATUS
fn clone(&self) -> _SCM_PD_MANAGEMENT_STATUS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _SCM_PD_MANAGEMENT_STATUS
impl Debug for _SCM_PD_MANAGEMENT_STATUS
Source§impl Ord for _SCM_PD_MANAGEMENT_STATUS
impl Ord for _SCM_PD_MANAGEMENT_STATUS
Source§fn cmp(&self, other: &_SCM_PD_MANAGEMENT_STATUS) -> Ordering
fn cmp(&self, other: &_SCM_PD_MANAGEMENT_STATUS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more