Enum veml6070::AckThreshold[][src]

pub enum AckThreshold {
    Steps102,
    Steps145,
}

ACK threshold

Variants

102 steps

145 steps

Trait Implementations

impl Debug for AckThreshold
[src]

Formats the value using the given formatter. Read more

impl Clone for AckThreshold
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations