Struct nekolib::utils::rand_gen_macro::Permutation
source · pub struct Permutation(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for Permutation
impl Clone for Permutation
source§fn clone(&self) -> Permutation
fn clone(&self) -> Permutation
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 RandomGenerator<Permutation> for ChaCha20Rng
impl RandomGenerator<Permutation> for ChaCha20Rng
impl Copy for Permutation
Auto Trait Implementations§
impl RefUnwindSafe for Permutation
impl Send for Permutation
impl Sync for Permutation
impl Unpin for Permutation
impl UnwindSafe for Permutation
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