#[repr(u8)]pub enum Tlvsunit {
ZZ289 = 0,
ZZ290 = 1,
ZZ291 = 2,
ZZ292 = 3,
ZZ293 = 4,
ZZ294 = 5,
ZZ295 = 6,
ZZ296 = 7,
}Variants§
ZZ289 = 0
Clock cycles
ZZ290 = 1
0.5 usec
ZZ291 = 2
1 usec
ZZ292 = 3
10 usec
ZZ293 = 4
100 usec
ZZ294 = 5
1 msec
ZZ295 = 6
10 msec
ZZ296 = 7
100 msec
Implementations§
Trait Implementations§
Source§impl Ord for Tlvsunit
impl Ord for Tlvsunit
Source§impl PartialOrd for Tlvsunit
impl PartialOrd for Tlvsunit
impl Copy for Tlvsunit
impl Eq for Tlvsunit
impl StructuralPartialEq for Tlvsunit
Auto Trait Implementations§
impl Freeze for Tlvsunit
impl RefUnwindSafe for Tlvsunit
impl Send for Tlvsunit
impl Sync for Tlvsunit
impl Unpin for Tlvsunit
impl UnwindSafe for Tlvsunit
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