Struct DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
#[repr(C)]pub struct DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2 {
pub Version: u32,
pub PrivateHandle: *mut c_void,
pub PowerNotificationCb: PDXGK_POWER_NOTIFICATION,
pub RemovalNotificationCb: PDXGK_REMOVAL_NOTIFICATION,
pub FStateNotificationCb: PDXGK_FSTATE_NOTIFICATION,
pub InitialComponentStateCb: PDXGK_INITIAL_COMPONENT_STATE,
}Fields§
§Version: u32§PrivateHandle: *mut c_void§PowerNotificationCb: PDXGK_POWER_NOTIFICATION§RemovalNotificationCb: PDXGK_REMOVAL_NOTIFICATION§FStateNotificationCb: PDXGK_FSTATE_NOTIFICATION§InitialComponentStateCb: PDXGK_INITIAL_COMPONENT_STATETrait Implementations§
§impl Clone for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl Clone for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
§fn clone(&self) -> DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
fn clone(&self) -> DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
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 PartialEq for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl PartialEq for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
§fn eq(&self, other: &DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2) -> bool
fn eq(&self, other: &DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl StructuralPartialEq for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
Auto Trait Implementations§
impl Freeze for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl RefUnwindSafe for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl !Send for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl !Sync for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl Unpin for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
impl UnwindSafe for DXGK_GRAPHICSPOWER_REGISTER_INPUT_V_1_2
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