Struct rand::reseeding::ReseedWithDefault [−][src]
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
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more
