Struct sgx_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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReseedWithDefault
[src]

impl Debug for ReseedWithDefault
[src]

Formats the value using the given formatter. Read more

impl<R: Rng + Default> Reseeder<R> for ReseedWithDefault
[src]

Reseed the given RNG.

impl Default for ReseedWithDefault
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for ReseedWithDefault

impl Sync for ReseedWithDefault