Struct rand::reseeding::ReseedWithDefault [−][src]
pub struct ReseedWithDefault;
Reseed an RNG using a Default
instance. This reseeds by
replacing the RNG with the result of a Default::default
call.
Trait Implementations
impl Clone for ReseedWithDefault
[src]
impl Clone for ReseedWithDefault
fn clone(&self) -> ReseedWithDefault
[src]
fn clone(&self) -> ReseedWithDefault
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for ReseedWithDefault
[src]
impl Copy for ReseedWithDefault
impl Debug for ReseedWithDefault
[src]
impl Debug for ReseedWithDefault
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<R: Rng + Default> Reseeder<R> for ReseedWithDefault
[src]
impl<R: Rng + Default> Reseeder<R> for ReseedWithDefault
impl Default for ReseedWithDefault
[src]
impl Default for ReseedWithDefault
fn default() -> ReseedWithDefault
[src]
fn default() -> ReseedWithDefault
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for ReseedWithDefault
impl Send for ReseedWithDefault
impl Sync for ReseedWithDefault
impl Sync for ReseedWithDefault