pub struct Trng(/* private fields */);
Implementations§
Trait Implementations§
Source§impl RngCore for Trng
impl RngCore for Trng
Source§fn fill_bytes(&mut self, dest: &mut [u8])
fn fill_bytes(&mut self, dest: &mut [u8])
Fill
dest
with random data. Read moreimpl CryptoRng for Trng
Auto Trait Implementations§
impl Freeze for Trng
impl RefUnwindSafe for Trng
impl Send for Trng
impl !Sync for Trng
impl Unpin for Trng
impl UnwindSafe for Trng
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
Source§impl<T> CryptoRngCore for T
impl<T> CryptoRngCore for T
Source§fn as_rngcore(&mut self) -> &mut dyn RngCore
fn as_rngcore(&mut self) -> &mut dyn RngCore
Upcast to an
RngCore
trait object.