#[repr(u8)]pub enum LayerRepeats {
LR1 = 1,
LR4 = 4,
LR16 = 16,
}Expand description
Number of times a layer repeats in trickle DAG layout (future use).
Variants§
Trait Implementations§
Source§impl Clone for LayerRepeats
impl Clone for LayerRepeats
Source§fn clone(&self) -> LayerRepeats
fn clone(&self) -> LayerRepeats
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 Debug for LayerRepeats
impl Debug for LayerRepeats
Source§impl Default for LayerRepeats
impl Default for LayerRepeats
Source§fn default() -> LayerRepeats
fn default() -> LayerRepeats
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayerRepeats
impl PartialEq for LayerRepeats
impl Copy for LayerRepeats
impl Eq for LayerRepeats
impl StructuralPartialEq for LayerRepeats
Auto Trait Implementations§
impl Freeze for LayerRepeats
impl RefUnwindSafe for LayerRepeats
impl Send for LayerRepeats
impl Sync for LayerRepeats
impl Unpin for LayerRepeats
impl UnsafeUnpin for LayerRepeats
impl UnwindSafe for LayerRepeats
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.