#[repr(u8)]pub enum PostTers {
ZZ361 = 0,
ZZ362 = 1,
ZZ363 = 2,
ZZ364 = 3,
ZZ365 = 4,
ZZ366 = 5,
ZZ367 = 6,
ZZ368 = 7,
}Variants§
ZZ361 = 0
50 usec
ZZ362 = 1
100 usec
ZZ363 = 2
200 usec
ZZ364 = 3
300 usec
ZZ365 = 4
500 usec
ZZ366 = 5
1 msec
ZZ367 = 6
1.5 msec
ZZ368 = 7
2 msec
Implementations§
Trait Implementations§
Source§impl Ord for PostTers
impl Ord for PostTers
Source§impl PartialOrd for PostTers
impl PartialOrd for PostTers
impl Copy for PostTers
impl Eq for PostTers
impl StructuralPartialEq for PostTers
Auto Trait Implementations§
impl Freeze for PostTers
impl RefUnwindSafe for PostTers
impl Send for PostTers
impl Sync for PostTers
impl Unpin for PostTers
impl UnwindSafe for PostTers
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