Struct DXGK_BRIGHTNESS_STATE
#[repr(C)]pub struct DXGK_BRIGHTNESS_STATE {
pub Anonymous: DXGK_BRIGHTNESS_STATE_0,
}
Fields§
§Anonymous: DXGK_BRIGHTNESS_STATE_0
Trait Implementations§
§impl Clone for DXGK_BRIGHTNESS_STATE
impl Clone for DXGK_BRIGHTNESS_STATE
§fn clone(&self) -> DXGK_BRIGHTNESS_STATE
fn clone(&self) -> DXGK_BRIGHTNESS_STATE
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 moreimpl Copy for DXGK_BRIGHTNESS_STATE
Auto Trait Implementations§
impl Freeze for DXGK_BRIGHTNESS_STATE
impl RefUnwindSafe for DXGK_BRIGHTNESS_STATE
impl Send for DXGK_BRIGHTNESS_STATE
impl Sync for DXGK_BRIGHTNESS_STATE
impl Unpin for DXGK_BRIGHTNESS_STATE
impl UnwindSafe for DXGK_BRIGHTNESS_STATE
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