Struct windows_sys::Win32::Devices::Display::BRIGHTNESS_LEVEL
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
Count: u8
Level: [u8; 103]
Trait Implementations
impl Clone for BRIGHTNESS_LEVEL
impl Clone for BRIGHTNESS_LEVEL
impl Copy for BRIGHTNESS_LEVEL
Auto Trait Implementations
impl RefUnwindSafe for BRIGHTNESS_LEVEL
impl Send for BRIGHTNESS_LEVEL
impl Sync for BRIGHTNESS_LEVEL
impl Unpin for BRIGHTNESS_LEVEL
impl UnwindSafe for BRIGHTNESS_LEVEL
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