Struct ic_kit::interfaces::management::RawRand
source · [−]pub struct RawRand;Expand description
Return 32 bytes of random data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawRand
impl Send for RawRand
impl Sync for RawRand
impl Unpin for RawRand
impl UnwindSafe for RawRand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more