pub struct EntropyFinding {
pub path: String,
pub module: String,
pub entropy_bits_per_byte: f32,
pub sample_bytes: u32,
pub class: EntropyClass,
}Fields§
§path: String§module: String§entropy_bits_per_byte: f32§sample_bytes: u32§class: EntropyClassTrait Implementations§
Source§impl Clone for EntropyFinding
impl Clone for EntropyFinding
Source§fn clone(&self) -> EntropyFinding
fn clone(&self) -> EntropyFinding
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 EntropyFinding
impl Debug for EntropyFinding
Source§impl<'de> Deserialize<'de> for EntropyFinding
impl<'de> Deserialize<'de> for EntropyFinding
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EntropyFinding
impl RefUnwindSafe for EntropyFinding
impl Send for EntropyFinding
impl Sync for EntropyFinding
impl Unpin for EntropyFinding
impl UnwindSafe for EntropyFinding
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