pub enum SpinEntropy {
None,
One,
Two,
Three,
Four,
}
Expand description
How many entropy bytes to use
Variants§
Trait Implementations§
Source§impl Clone for SpinEntropy
impl Clone for SpinEntropy
Source§fn clone(&self) -> SpinEntropy
fn clone(&self) -> SpinEntropy
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 SpinEntropy
impl Debug for SpinEntropy
impl Copy for SpinEntropy
Auto Trait Implementations§
impl Freeze for SpinEntropy
impl RefUnwindSafe for SpinEntropy
impl Send for SpinEntropy
impl Sync for SpinEntropy
impl Unpin for SpinEntropy
impl UnwindSafe for SpinEntropy
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