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<R> Reseeder<R> for ReseedWithDefault where
    R: Rng + Default, [src] 
impl<R> Reseeder<R> for ReseedWithDefault where
    R: Rng + Default, impl Default for ReseedWithDefault[src] 
impl Default for ReseedWithDefaultfn default() -> ReseedWithDefault[src] 
fn default() -> ReseedWithDefaultReturns the "default value" for a type. Read more
impl Copy for ReseedWithDefault[src] 
impl Copy for ReseedWithDefaultimpl Clone for ReseedWithDefault[src] 
impl Clone for ReseedWithDefaultfn clone(&self) -> ReseedWithDefault[src] 
fn clone(&self) -> ReseedWithDefaultReturns 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 Debug for ReseedWithDefault[src] 
impl Debug for ReseedWithDefaultAuto Trait Implementations
impl Send for ReseedWithDefault
impl Send for ReseedWithDefaultimpl Sync for ReseedWithDefault
impl Sync for ReseedWithDefault