#[repr(u8)]pub enum Timcfg {
CFG1000 = 0,
CFG500 = 1,
CFG250 = 2,
CFG125 = 3,
CFG62 = 4,
CFG31 = 5,
CFG15 = 6,
CFG7 = 7,
}Variants§
CFG1000 = 0
1 s
CFG500 = 1
500 ms
CFG250 = 2
250 ms
CFG125 = 3
125 ms
CFG62 = 4
62.5 ms
CFG31 = 5
31.25 ms
CFG15 = 6
15.625 ms
CFG7 = 7
7.8125 ms
Implementations§
Trait Implementations§
Source§impl Ord for Timcfg
impl Ord for Timcfg
Source§impl PartialOrd for Timcfg
impl PartialOrd for Timcfg
impl Copy for Timcfg
impl Eq for Timcfg
impl StructuralPartialEq for Timcfg
Auto Trait Implementations§
impl Freeze for Timcfg
impl RefUnwindSafe for Timcfg
impl Send for Timcfg
impl Sync for Timcfg
impl Unpin for Timcfg
impl UnwindSafe for Timcfg
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