#[repr(C)]pub struct PANEL_BRIGHTNESS_SENSOR_DATA {
pub Anonymous: PANEL_BRIGHTNESS_SENSOR_DATA_0,
pub AlsReading: f32,
pub ChromaticityCoordinate: CHROMATICITY_COORDINATE,
pub ColorTemperature: f32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Anonymous: PANEL_BRIGHTNESS_SENSOR_DATA_0
AlsReading: f32
ChromaticityCoordinate: CHROMATICITY_COORDINATE
ColorTemperature: f32
Trait Implementations
impl Clone for PANEL_BRIGHTNESS_SENSOR_DATA
impl Clone for PANEL_BRIGHTNESS_SENSOR_DATA
impl Copy for PANEL_BRIGHTNESS_SENSOR_DATA
Auto Trait Implementations
impl RefUnwindSafe for PANEL_BRIGHTNESS_SENSOR_DATA
impl Send for PANEL_BRIGHTNESS_SENSOR_DATA
impl Sync for PANEL_BRIGHTNESS_SENSOR_DATA
impl Unpin for PANEL_BRIGHTNESS_SENSOR_DATA
impl UnwindSafe for PANEL_BRIGHTNESS_SENSOR_DATA
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