Enum lm75::OsMode[][src]

pub enum OsMode {
    Comparator,
    Interrupt,
}

OS operation mode

Variants

Comparator

Interrupt

Trait Implementations

impl Debug for OsMode
[src]

Formats the value using the given formatter. Read more

impl Clone for OsMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OsMode

impl Sync for OsMode