pub struct SysRng;Available on crate feature
getrandom only.Expand description
A TryRngCore interface over the system’s preferred random number source
Trait Implementations§
Source§impl TryRngCore for SysRng
Available on crate feature rand_core only.
impl TryRngCore for SysRng
Available on crate feature
rand_core only.impl Copy for SysRng
Available on crate feature
rand_core only.impl TryCryptoRng for SysRng
Available on crate feature
rand_core only.Auto Trait Implementations§
impl Freeze for SysRng
impl RefUnwindSafe for SysRng
impl Send for SysRng
impl Sync for SysRng
impl Unpin for SysRng
impl UnwindSafe for SysRng
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