pub struct HashLengths {
pub seq_matches: u8,
pub rsum_bytes: u8,
pub checksum_bytes: u8,
}Fields§
§seq_matches: u8§rsum_bytes: u8§checksum_bytes: u8Trait Implementations§
Source§impl Clone for HashLengths
impl Clone for HashLengths
Source§fn clone(&self) -> HashLengths
fn clone(&self) -> HashLengths
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HashLengths
Source§impl Debug for HashLengths
impl Debug for HashLengths
Auto Trait Implementations§
impl Freeze for HashLengths
impl RefUnwindSafe for HashLengths
impl Send for HashLengths
impl Sync for HashLengths
impl Unpin for HashLengths
impl UnsafeUnpin for HashLengths
impl UnwindSafe for HashLengths
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