pub struct RandData { /* private fields */ }Expand description
Contextual data for the RAND instruction
Implementations§
Auto Trait Implementations§
impl Freeze for RandData
impl RefUnwindSafe for RandData
impl Send for RandData
impl Sync for RandData
impl Unpin for RandData
impl UnwindSafe for RandData
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