pub struct Tlsh { /* private fields */ }Expand description
A struct containing all required information from an input stream to generate a hash value.
An instance of this struct can be obtained by calling the function TlshBuilder::build.
Implementations§
Trait Implementations§
impl Eq for Tlsh
impl StructuralPartialEq for Tlsh
Auto Trait Implementations§
impl Freeze for Tlsh
impl RefUnwindSafe for Tlsh
impl Send for Tlsh
impl Sync for Tlsh
impl Unpin for Tlsh
impl UnwindSafe for Tlsh
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