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.0 · sourceconst 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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