#[repr(C)]pub struct chacha20_prng {
pub s: chacha_state,
pub ent: [c_uchar; 40],
pub idx: c_ulong,
}Fields§
§s: chacha_state§ent: [c_uchar; 40]§idx: c_ulongTrait Implementations§
Source§impl Clone for chacha20_prng
impl Clone for chacha20_prng
impl Copy for chacha20_prng
Auto Trait Implementations§
impl Freeze for chacha20_prng
impl RefUnwindSafe for chacha20_prng
impl Send for chacha20_prng
impl Sync for chacha20_prng
impl Unpin for chacha20_prng
impl UnwindSafe for chacha20_prng
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