#[repr(C)]pub struct _SCM_PD_MANAGEMENT_STATUS {
pub Version: DWORD,
pub Size: DWORD,
pub Health: SCM_PD_HEALTH_STATUS,
pub NumberOfOperationalStatus: DWORD,
pub NumberOfAdditionalReasons: DWORD,
pub OperationalStatus: [SCM_PD_OPERATIONAL_STATUS; 16],
pub AdditionalReasons: [SCM_PD_OPERATIONAL_STATUS_REASON; 1],
}Fields§
§Version: DWORD§Size: DWORD§Health: SCM_PD_HEALTH_STATUS§NumberOfOperationalStatus: DWORD§NumberOfAdditionalReasons: DWORD§OperationalStatus: [SCM_PD_OPERATIONAL_STATUS; 16]§AdditionalReasons: [SCM_PD_OPERATIONAL_STATUS_REASON; 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 duplicate 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
impl Copy for _SCM_PD_MANAGEMENT_STATUS
Auto Trait Implementations§
impl Freeze for _SCM_PD_MANAGEMENT_STATUS
impl RefUnwindSafe for _SCM_PD_MANAGEMENT_STATUS
impl Send for _SCM_PD_MANAGEMENT_STATUS
impl Sync for _SCM_PD_MANAGEMENT_STATUS
impl Unpin for _SCM_PD_MANAGEMENT_STATUS
impl UnwindSafe for _SCM_PD_MANAGEMENT_STATUS
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