Struct DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
#[repr(C)]pub struct DXGK_GRAPHICSPOWER_REGISTER_OUTPUT {
pub DeviceHandle: *mut c_void,
pub InitialGrfxPowerState: DEVICE_POWER_STATE,
pub SetSharedPowerComponentStateCb: PDXGK_SET_SHARED_POWER_COMPONENT_STATE,
pub UnregisterCb: PDXGK_GRAPHICSPOWER_UNREGISTER,
}Fields§
§DeviceHandle: *mut c_void§InitialGrfxPowerState: DEVICE_POWER_STATE§UnregisterCb: PDXGK_GRAPHICSPOWER_UNREGISTERTrait Implementations§
§impl Clone for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl Clone for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
§fn clone(&self) -> DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
fn clone(&self) -> DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
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 DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl Debug for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
§impl PartialEq for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl PartialEq for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
§fn eq(&self, other: &DXGK_GRAPHICSPOWER_REGISTER_OUTPUT) -> bool
fn eq(&self, other: &DXGK_GRAPHICSPOWER_REGISTER_OUTPUT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl StructuralPartialEq for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
Auto Trait Implementations§
impl Freeze for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl RefUnwindSafe for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl !Send for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl !Sync for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl Unpin for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
impl UnwindSafe for DXGK_GRAPHICSPOWER_REGISTER_OUTPUT
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