pub struct RdRand(/* private fields */);
Expand description
Used to obtain random numbers using x86_64’s RDRAND opcode
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdRand
impl RefUnwindSafe for RdRand
impl Send for RdRand
impl Sync for RdRand
impl Unpin for RdRand
impl UnwindSafe for RdRand
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