Struct windows_sys::Win32::System::Ioctl::SCM_PD_MANAGEMENT_STATUS
[−]#[repr(C)]pub struct SCM_PD_MANAGEMENT_STATUS {
pub Version: u32,
pub Size: u32,
pub Health: SCM_PD_HEALTH_STATUS,
pub NumberOfOperationalStatus: u32,
pub NumberOfAdditionalReasons: u32,
pub OperationalStatus: [SCM_PD_OPERATIONAL_STATUS; 16],
pub AdditionalReasons: [SCM_PD_OPERATIONAL_STATUS_REASON; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Health: SCM_PD_HEALTH_STATUS
NumberOfOperationalStatus: u32
NumberOfAdditionalReasons: u32
OperationalStatus: [SCM_PD_OPERATIONAL_STATUS; 16]
AdditionalReasons: [SCM_PD_OPERATIONAL_STATUS_REASON; 1]
Trait Implementations
impl Clone for SCM_PD_MANAGEMENT_STATUS
impl Clone for SCM_PD_MANAGEMENT_STATUS
impl Copy for SCM_PD_MANAGEMENT_STATUS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more