#[repr(C)]
pub union PANEL_QUERY_BRIGHTNESS_RANGES_0 {
pub BrightnessLevel: BRIGHTNESS_LEVEL,
pub NitRanges: BRIGHTNESS_NIT_RANGES,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
BrightnessLevel: BRIGHTNESS_LEVEL
NitRanges: BRIGHTNESS_NIT_RANGES
Trait Implementations
impl Clone for PANEL_QUERY_BRIGHTNESS_RANGES_0
impl Clone for PANEL_QUERY_BRIGHTNESS_RANGES_0
impl Copy for PANEL_QUERY_BRIGHTNESS_RANGES_0
Auto Trait Implementations
impl RefUnwindSafe for PANEL_QUERY_BRIGHTNESS_RANGES_0
impl Send for PANEL_QUERY_BRIGHTNESS_RANGES_0
impl Sync for PANEL_QUERY_BRIGHTNESS_RANGES_0
impl Unpin for PANEL_QUERY_BRIGHTNESS_RANGES_0
impl UnwindSafe for PANEL_QUERY_BRIGHTNESS_RANGES_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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