Struct windows_sys::Win32::Devices::Display::DISPLAY_BRIGHTNESS
[−]#[repr(C)]pub struct DISPLAY_BRIGHTNESS {
pub ucDisplayPolicy: u8,
pub ucACBrightness: u8,
pub ucDCBrightness: u8,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
ucDisplayPolicy: u8
ucACBrightness: u8
ucDCBrightness: u8
Trait Implementations
impl Clone for DISPLAY_BRIGHTNESS
impl Clone for DISPLAY_BRIGHTNESS
impl Copy for DISPLAY_BRIGHTNESS
Auto Trait Implementations
impl RefUnwindSafe for DISPLAY_BRIGHTNESS
impl Send for DISPLAY_BRIGHTNESS
impl Sync for DISPLAY_BRIGHTNESS
impl Unpin for DISPLAY_BRIGHTNESS
impl UnwindSafe for DISPLAY_BRIGHTNESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more