#[repr(C)]pub struct SCM_PD_RUNTIME_FW_ACTIVATION_INFO {
pub Version: u32,
pub Size: u32,
pub LastFirmwareActivationStatus: SCM_PD_LAST_FW_ACTIVATION_STATUS,
pub FirmwareActivationState: SCM_PD_FIRMWARE_ACTIVATION_STATE,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
LastFirmwareActivationStatus: SCM_PD_LAST_FW_ACTIVATION_STATUS
FirmwareActivationState: SCM_PD_FIRMWARE_ACTIVATION_STATE
Trait Implementations
impl Clone for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
impl Clone for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
impl Copy for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
impl Send for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
impl Sync for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
impl Unpin for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
impl UnwindSafe for SCM_PD_RUNTIME_FW_ACTIVATION_INFO
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