pub struct DictMatch {
pub offset: usize,
pub length: usize,
pub dict_position: usize,
}Expand description
A match found in the dictionary
Fields§
§offset: usizeOffset from end of dictionary
length: usizeMatch length
dict_position: usizePosition in dictionary content
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DictMatch
impl RefUnwindSafe for DictMatch
impl Send for DictMatch
impl Sync for DictMatch
impl Unpin for DictMatch
impl UnwindSafe for DictMatch
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