Enum lm75::FaultQueue[][src]

pub enum FaultQueue {
    _1,
    _2,
    _4,
    _6,
}

Fault queue

Number of consecutive faults necessary to trigger OS condition.

Variants

1 fault will trigger OS condition

2 consecutive faults will trigger OS condition

4 consecutive faults will trigger OS condition

6 consecutive faults will trigger OS condition

Trait Implementations

impl Debug for FaultQueue
[src]

Formats the value using the given formatter. Read more

impl Clone for FaultQueue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FaultQueue

impl Sync for FaultQueue