pub struct VibeRng { /* private fields */ }Expand description
A fast, non-cryptographic random number generator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VibeRng
impl RefUnwindSafe for VibeRng
impl Send for VibeRng
impl Sync for VibeRng
impl Unpin for VibeRng
impl UnsafeUnpin for VibeRng
impl UnwindSafe for VibeRng
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