pub enum DynamicLfi {
B2(Lfi32B2V64),
B3(Lfi32B3V64),
B4(Lfi32B4V64),
B5(Lfi32B5V64),
}
Expand description
The LtFmIndex that can adjust the type by the number of characters.
- The maximum number of characters that can be indexed is 31 (same as the
Lfi32B5V64
). - The maximum length of one sequence is u32::MAX (same as the static version).
Variants§
Trait Implementations§
Source§impl Clone for DynamicLfi
impl Clone for DynamicLfi
Source§fn clone(&self) -> DynamicLfi
fn clone(&self) -> DynamicLfi
Returns a copy 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 EstimateSize for DynamicLfi
impl EstimateSize for DynamicLfi
fn serialized_size(&self) -> usize
Source§impl PatternIndex for DynamicLfi
impl PatternIndex for DynamicLfi
type Option = DynamicLfiOption
type BuildError = LfiBuildError
Auto Trait Implementations§
impl Freeze for DynamicLfi
impl RefUnwindSafe for DynamicLfi
impl Send for DynamicLfi
impl Sync for DynamicLfi
impl Unpin for DynamicLfi
impl UnwindSafe for DynamicLfi
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