[][src]Struct veml6075::Calibration

pub struct Calibration {
    pub uva_visible: f32,
    pub uva_ir: f32,
    pub uvb_visible: f32,
    pub uvb_ir: f32,
    pub uva_responsivity: f32,
    pub uvb_responsivity: f32,
}

Calibration coefficients

Fields

uva_visible: f32

UVA visible (a) coefficient

uva_ir: f32

UVA IR (b) coefficient

uvb_visible: f32

UVB visible (c) coefficient

uvb_ir: f32

UVB IR (d) coefficient

uva_responsivity: f32

UVA responsivity

uvb_responsivity: f32

UVB responsivity

Trait Implementations

impl PartialEq<Calibration> for Calibration[src]

impl Debug for Calibration[src]

impl Copy for Calibration[src]

impl Clone for Calibration[src]

impl Default for Calibration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]