pub struct DynamicLfiOption {
pub suffix_array_sampling_ratio: u64,
pub lookup_table_max_bytes_size: u64,
pub use_safe_guard: bool,
}
Expand description
Option to define the structure of the LtFmIndex.
Fields§
§suffix_array_sampling_ratio: u64
§lookup_table_max_bytes_size: u64
§use_safe_guard: bool
Trait Implementations§
Source§impl Clone for DynamicLfiOption
impl Clone for DynamicLfiOption
Source§fn clone(&self) -> DynamicLfiOption
fn clone(&self) -> DynamicLfiOption
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 moreAuto Trait Implementations§
impl Freeze for DynamicLfiOption
impl RefUnwindSafe for DynamicLfiOption
impl Send for DynamicLfiOption
impl Sync for DynamicLfiOption
impl Unpin for DynamicLfiOption
impl UnwindSafe for DynamicLfiOption
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