Struct windows_sys::Wdk::Graphics::Direct3D::DXGK_BACKLIGHT_INFO
#[repr(C, packed(1))]pub struct DXGK_BACKLIGHT_INFO {
pub BacklightUsersetting: u16,
pub BacklightEffective: u16,
pub GammaRamp: D3DDDI_GAMMA_RAMP_RGB256x3x16,
}Fields§
§BacklightUsersetting: u16§BacklightEffective: u16§GammaRamp: D3DDDI_GAMMA_RAMP_RGB256x3x16Trait Implementations§
§impl Clone for DXGK_BACKLIGHT_INFO
impl Clone for DXGK_BACKLIGHT_INFO
impl Copy for DXGK_BACKLIGHT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DXGK_BACKLIGHT_INFO
impl Send for DXGK_BACKLIGHT_INFO
impl Sync for DXGK_BACKLIGHT_INFO
impl Unpin for DXGK_BACKLIGHT_INFO
impl UnwindSafe for DXGK_BACKLIGHT_INFO
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