Struct sgx_rand::reseeding::ReseedWithDefault
source · [−]pub struct ReseedWithDefault;
Expand description
Reseed an RNG using a Default
instance. This reseeds by
replacing the RNG with the result of a Default::default
call.
Trait Implementations
sourceimpl Clone for ReseedWithDefault
impl Clone for ReseedWithDefault
sourcefn clone(&self) -> ReseedWithDefault
fn clone(&self) -> ReseedWithDefault
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReseedWithDefault
impl Debug for ReseedWithDefault
sourceimpl Default for ReseedWithDefault
impl Default for ReseedWithDefault
sourcefn default() -> ReseedWithDefault
fn default() -> ReseedWithDefault
Returns the “default value” for a type. Read more
sourceimpl<R: Rng + Default> Reseeder<R> for ReseedWithDefault
impl<R: Rng + Default> Reseeder<R> for ReseedWithDefault
impl Copy for ReseedWithDefault
Auto Trait Implementations
impl RefUnwindSafe for ReseedWithDefault
impl Send for ReseedWithDefault
impl Sync for ReseedWithDefault
impl Unpin for ReseedWithDefault
impl UnwindSafe for ReseedWithDefault
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more