#[repr(C)]pub struct yarrow_prng {
pub cipher: c_int,
pub hash: c_int,
pub pool: [c_uchar; 128],
pub ctr: symmetric_CTR,
}Fields§
§cipher: c_int§hash: c_int§pool: [c_uchar; 128]§ctr: symmetric_CTRTrait Implementations§
Source§impl Clone for yarrow_prng
impl Clone for yarrow_prng
impl Copy for yarrow_prng
Auto Trait Implementations§
impl Freeze for yarrow_prng
impl RefUnwindSafe for yarrow_prng
impl !Send for yarrow_prng
impl !Sync for yarrow_prng
impl Unpin for yarrow_prng
impl UnwindSafe for yarrow_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