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 copy 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 Into<u8> for DummyCycles
impl Into<u8> for DummyCycles
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)