#[repr(u8)]pub enum Loopunit {
ZZ276 = 0,
ZZ277 = 1,
ZZ278 = 2,
ZZ279 = 3,
ZZ280 = 4,
ZZ281 = 5,
ZZ282 = 6,
ZZ283 = 7,
}Variants§
ZZ276 = 0
Clock cycles.
ZZ277 = 1
0.5 usec.
ZZ278 = 2
1 usec.
ZZ279 = 3
10 usec.
ZZ280 = 4
100 usec.
ZZ281 = 5
1 msec.
ZZ282 = 6
10 msec.
ZZ283 = 7
100 msec.
Implementations§
Trait Implementations§
Source§impl Ord for Loopunit
impl Ord for Loopunit
Source§impl PartialOrd for Loopunit
impl PartialOrd for Loopunit
impl Copy for Loopunit
impl Eq for Loopunit
impl StructuralPartialEq for Loopunit
Auto Trait Implementations§
impl Freeze for Loopunit
impl RefUnwindSafe for Loopunit
impl Send for Loopunit
impl Sync for Loopunit
impl Unpin for Loopunit
impl UnwindSafe for Loopunit
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