pub struct ChaCha20(/* private fields */);Expand description
ChaCha20Rng-based pseudorandom generator.
Trait Implementations§
Source§impl RandomSource for ChaCha20
impl RandomSource for ChaCha20
impl Copy for ChaCha20
impl StructuralPartialEq for ChaCha20
Auto Trait Implementations§
impl Freeze for ChaCha20
impl RefUnwindSafe for ChaCha20
impl Send for ChaCha20
impl Sync for ChaCha20
impl Unpin for ChaCha20
impl UnwindSafe for ChaCha20
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