Struct windows_sys::Wdk::System::SystemServices::D3COLD_SUPPORT_INTERFACE
#[repr(C)]pub struct D3COLD_SUPPORT_INTERFACE {
pub Size: u16,
pub Version: u16,
pub Context: *mut c_void,
pub InterfaceReference: PINTERFACE_REFERENCE,
pub InterfaceDereference: PINTERFACE_DEREFERENCE,
pub SetD3ColdSupport: PSET_D3COLD_SUPPORT,
pub GetIdleWakeInfo: PGET_IDLE_WAKE_INFO,
pub GetD3ColdCapability: PGET_D3COLD_CAPABILITY,
pub GetBusDriverD3ColdSupport: PGET_D3COLD_CAPABILITY,
pub GetLastTransitionStatus: PGET_D3COLD_LAST_TRANSITION_STATUS,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Size: u16§Version: u16§Context: *mut c_void§InterfaceReference: PINTERFACE_REFERENCE§InterfaceDereference: PINTERFACE_DEREFERENCE§SetD3ColdSupport: PSET_D3COLD_SUPPORT§GetIdleWakeInfo: PGET_IDLE_WAKE_INFO§GetD3ColdCapability: PGET_D3COLD_CAPABILITY§GetBusDriverD3ColdSupport: PGET_D3COLD_CAPABILITY§GetLastTransitionStatus: PGET_D3COLD_LAST_TRANSITION_STATUSTrait Implementations§
§impl Clone for D3COLD_SUPPORT_INTERFACE
impl Clone for D3COLD_SUPPORT_INTERFACE
impl Copy for D3COLD_SUPPORT_INTERFACE
Auto Trait Implementations§
impl RefUnwindSafe for D3COLD_SUPPORT_INTERFACE
impl !Send for D3COLD_SUPPORT_INTERFACE
impl !Sync for D3COLD_SUPPORT_INTERFACE
impl Unpin for D3COLD_SUPPORT_INTERFACE
impl UnwindSafe for D3COLD_SUPPORT_INTERFACE
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