pub struct LdmParams {
pub hash_log: u32,
pub bucket_size_log: u32,
pub min_match_length: u32,
pub hash_rate_log: u32,
}Expand description
Parameters for Long Distance Matching.
Fields§
§hash_log: u32§bucket_size_log: u32§min_match_length: u32§hash_rate_log: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LdmParams
impl RefUnwindSafe for LdmParams
impl Send for LdmParams
impl Sync for LdmParams
impl Unpin for LdmParams
impl UnsafeUnpin for LdmParams
impl UnwindSafe for LdmParams
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