pub struct Trng90b { /* private fields */ }
Expand description
NIST800-90B RNG calibration data
Implementations§
Trait Implementations§
impl Copy for Trng90b
impl Eq for Trng90b
impl Send for Trng90b
impl StructuralPartialEq for Trng90b
impl Sync for Trng90b
Auto Trait Implementations§
impl Freeze for Trng90b
impl RefUnwindSafe for Trng90b
impl Unpin for Trng90b
impl UnwindSafe for Trng90b
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)