#[repr(u8)]pub enum InitTrim {
SEL0 = 0,
SEL1 = 1,
SEL2 = 2,
SEL3 = 3,
SEL4 = 4,
SEL5 = 5,
SEL6 = 6,
SEL7 = 7,
}Variants§
SEL0 = 0
8 s
SEL1 = 1
4 s
SEL2 = 2
2 s
SEL3 = 3
1 s
SEL4 = 4
0.5 s
SEL5 = 5
0.25 s
SEL6 = 6
0.125 s
SEL7 = 7
0.5 ms
Implementations§
Trait Implementations§
Source§impl Ord for InitTrim
impl Ord for InitTrim
Source§impl PartialOrd for InitTrim
impl PartialOrd for InitTrim
impl Copy for InitTrim
impl Eq for InitTrim
impl StructuralPartialEq for InitTrim
Auto Trait Implementations§
impl Freeze for InitTrim
impl RefUnwindSafe for InitTrim
impl Send for InitTrim
impl Sync for InitTrim
impl Unpin for InitTrim
impl UnwindSafe for InitTrim
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