Struct windows::Win32::System::Ioctl::SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
#[repr(C)]pub struct SCM_BUS_RUNTIME_FW_ACTIVATION_INFO {
pub Version: u32,
pub Size: u32,
pub RuntimeFwActivationSupported: BOOLEAN,
pub FirmwareActivationState: SCM_BUS_FIRMWARE_ACTIVATION_STATE,
pub FirmwareActivationCapability: SCM_BUS_RUNTIME_FW_ACTIVATION_INFO_0,
pub EstimatedFirmwareActivationTimeInUSecs: u64,
pub EstimatedProcessorAccessQuiesceTimeInUSecs: u64,
pub EstimatedIOAccessQuiesceTimeInUSecs: u64,
pub PlatformSupportedMaxIOAccessQuiesceTimeInUSecs: u64,
}
Fields§
§Version: u32
§Size: u32
§RuntimeFwActivationSupported: BOOLEAN
§FirmwareActivationState: SCM_BUS_FIRMWARE_ACTIVATION_STATE
§FirmwareActivationCapability: SCM_BUS_RUNTIME_FW_ACTIVATION_INFO_0
§EstimatedFirmwareActivationTimeInUSecs: u64
§EstimatedProcessorAccessQuiesceTimeInUSecs: u64
§EstimatedIOAccessQuiesceTimeInUSecs: u64
§PlatformSupportedMaxIOAccessQuiesceTimeInUSecs: u64
Trait Implementations§
§impl Clone for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl Clone for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
§fn clone(&self) -> SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
fn clone(&self) -> SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
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 more§impl Debug for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl Debug for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
§impl PartialEq for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl PartialEq for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
§fn eq(&self, other: &SCM_BUS_RUNTIME_FW_ACTIVATION_INFO) -> bool
fn eq(&self, other: &SCM_BUS_RUNTIME_FW_ACTIVATION_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl Eq for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl StructuralPartialEq for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
Auto Trait Implementations§
impl Freeze for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl RefUnwindSafe for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl Send for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl Sync for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl Unpin for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
impl UnwindSafe for SCM_BUS_RUNTIME_FW_ACTIVATION_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)