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