Enum veml7700::IntegrationTime[][src]

pub enum IntegrationTime {
    _25ms,
    _50ms,
    _100ms,
    _200ms,
    _400ms,
    _800ms,
}
Expand description

Integration time

Variants

_25ms

25 ms

_50ms

50 ms

_100ms

100 ms

_200ms

200 ms

_400ms

400 ms

_800ms

800 ms

Implementations

Return the integration time in milliseconds

Return the integration time in microseconds

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.