Struct windows_sys::Wdk::System::SystemServices::PO_FX_COMPONENT_V2
#[repr(C)]pub struct PO_FX_COMPONENT_V2 {
pub Id: GUID,
pub Flags: u64,
pub DeepestWakeableIdleState: u32,
pub IdleStateCount: u32,
pub IdleStates: *mut PO_FX_COMPONENT_IDLE_STATE,
pub ProviderCount: u32,
pub Providers: *mut u32,
}
Fields§
§Id: GUID
§Flags: u64
§DeepestWakeableIdleState: u32
§IdleStateCount: u32
§IdleStates: *mut PO_FX_COMPONENT_IDLE_STATE
§ProviderCount: u32
§Providers: *mut u32
Trait Implementations§
§impl Clone for PO_FX_COMPONENT_V2
impl Clone for PO_FX_COMPONENT_V2
impl Copy for PO_FX_COMPONENT_V2
Auto Trait Implementations§
impl RefUnwindSafe for PO_FX_COMPONENT_V2
impl !Send for PO_FX_COMPONENT_V2
impl !Sync for PO_FX_COMPONENT_V2
impl Unpin for PO_FX_COMPONENT_V2
impl UnwindSafe for PO_FX_COMPONENT_V2
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