pub struct AmbientLightInputRpt {
pub illuminance: f32,
pub red: f32,
pub green: f32,
pub blue: f32,
}
Fields§
§illuminance: f32
§red: f32
§green: f32
§blue: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AmbientLightInputRpt
impl RefUnwindSafe for AmbientLightInputRpt
impl Send for AmbientLightInputRpt
impl Sync for AmbientLightInputRpt
impl Unpin for AmbientLightInputRpt
impl UnwindSafe for AmbientLightInputRpt
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