#[repr(u8)]pub enum Inactoutselect {
Disable = 0,
_55us = 1,
_105us = 2,
_205us = 3,
}
Expand description
Inactive Time-Out
Value on reset: 0
Variants§
Disable = 0
0: Disabled
_55us = 1
1: 5-6 SCL Time-Out(50-60us)
_105us = 2
2: 10-11 SCL Time-Out(100-110us)
_205us = 3
3: 20-21 SCL Time-Out(200-210us)
Trait Implementations§
Source§impl Clone for Inactoutselect
impl Clone for Inactoutselect
Source§fn clone(&self) -> Inactoutselect
fn clone(&self) -> Inactoutselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Inactoutselect
impl Debug for Inactoutselect
Source§impl From<Inactoutselect> for u8
impl From<Inactoutselect> for u8
Source§fn from(variant: Inactoutselect) -> Self
fn from(variant: Inactoutselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Inactoutselect
impl PartialEq for Inactoutselect
impl Copy for Inactoutselect
impl Eq for Inactoutselect
impl IsEnum for Inactoutselect
impl StructuralPartialEq for Inactoutselect
Auto Trait Implementations§
impl Freeze for Inactoutselect
impl RefUnwindSafe for Inactoutselect
impl Send for Inactoutselect
impl Sync for Inactoutselect
impl Unpin for Inactoutselect
impl UnwindSafe for Inactoutselect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more