pub enum DummyCycles {
Show 32 variants
    _0,
    _1,
    _2,
    _3,
    _4,
    _5,
    _6,
    _7,
    _8,
    _9,
    _10,
    _11,
    _12,
    _13,
    _14,
    _15,
    _16,
    _17,
    _18,
    _19,
    _20,
    _21,
    _22,
    _23,
    _24,
    _25,
    _26,
    _27,
    _28,
    _29,
    _30,
    _31,
}Expand description
Dummy cycle count
Variants§
_0
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_15
_16
_17
_18
_19
_20
_21
_22
_23
_24
_25
_26
_27
_28
_29
_30
_31
Trait Implementations§
Source§impl Clone for DummyCycles
 
impl Clone for DummyCycles
Source§fn clone(&self) -> DummyCycles
 
fn clone(&self) -> DummyCycles
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Format for DummyCycles
 
impl Format for DummyCycles
Source§impl From<DummyCycles> for u8
 
impl From<DummyCycles> for u8
Source§fn from(val: DummyCycles) -> Self
 
fn from(val: DummyCycles) -> Self
Converts to this type from the input type.
impl Copy for DummyCycles
Auto Trait Implementations§
impl Freeze for DummyCycles
impl RefUnwindSafe for DummyCycles
impl Send for DummyCycles
impl Sync for DummyCycles
impl Unpin for DummyCycles
impl UnwindSafe for DummyCycles
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