Struct hacspec_lib::Randomness
source · pub struct Randomness { /* private fields */ }
Expand description
A utility struct for providing random bytes and bits.
Implementations§
Auto Trait Implementations§
impl Freeze for Randomness
impl RefUnwindSafe for Randomness
impl Send for Randomness
impl Sync for Randomness
impl Unpin for Randomness
impl UnwindSafe for Randomness
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