Struct v8::V8::EntropySource
source · #[repr(transparent)]pub struct EntropySource(_);
Expand description
EntropySource is used as a callback function when v8 needs a source of entropy.
Trait Implementations§
source§impl Clone for EntropySource
impl Clone for EntropySource
source§fn clone(&self) -> EntropySource
fn clone(&self) -> EntropySource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more