#[repr(u8)]
pub enum InactiveTimeout {
    Disabled,
    Us55,
    Us105,
    Us205,
}
Expand description

Inactive timeout configuration

Variants

Disabled

Disabled

Us55

5-6 SCL cycles (50-60 us @ 100 kHz)

Us105

10-11 SCL cycles (100-110 us @ 100 kHz)

Us205

20-21 SCL cycles (200-210 us @ 100 kHz)

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.