pub struct EntropyHint {
pub entropy: f32,
pub confidence: f32,
}Expand description
Entropy hint for divergence control
Fields§
§entropy: f32Estimated entropy contribution
confidence: f32Confidence level (0.0 - 1.0)
Implementations§
Trait Implementations§
Source§impl Clone for EntropyHint
impl Clone for EntropyHint
Source§fn clone(&self) -> EntropyHint
fn clone(&self) -> EntropyHint
Returns a duplicate 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 moreSource§impl Debug for EntropyHint
impl Debug for EntropyHint
Source§impl Default for EntropyHint
impl Default for EntropyHint
Source§fn default() -> EntropyHint
fn default() -> EntropyHint
Returns the “default value” for a type. Read more
impl Copy for EntropyHint
Auto Trait Implementations§
impl Freeze for EntropyHint
impl RefUnwindSafe for EntropyHint
impl Send for EntropyHint
impl Sync for EntropyHint
impl Unpin for EntropyHint
impl UnwindSafe for EntropyHint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more