Enum Idlecfg
#[repr(u8)]pub enum Idlecfg {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
Idle Configuration
Value on reset: 0
Variants§
_000 = 0
0: 1 idle character
_001 = 1
1: 2 idle characters
_010 = 2
2: 4 idle characters
_011 = 3
3: 8 idle characters
_100 = 4
4: 16 idle characters
_101 = 5
5: 32 idle characters
_110 = 6
6: 64 idle characters
_111 = 7
7: 128 idle characters
Trait Implementations§
impl Copy for Idlecfg
impl Eq for Idlecfg
impl IsEnum for Idlecfg
impl StructuralPartialEq for Idlecfg
Auto Trait Implementations§
impl Freeze for Idlecfg
impl RefUnwindSafe for Idlecfg
impl Send for Idlecfg
impl Sync for Idlecfg
impl Unpin for Idlecfg
impl UnwindSafe for Idlecfg
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