struct SparseTable {
range_table_pos: usize,
range_table_len: usize,
range_lookup_table_stride: usize,
state_id_table_pos: usize,
state_id_table_stride: usize,
}
Fields§
§range_table_pos: usize
§range_table_len: usize
§range_lookup_table_stride: usize
§state_id_table_pos: usize
§state_id_table_stride: usize
Trait Implementations§
Source§impl Clone for SparseTable
impl Clone for SparseTable
Source§fn clone(&self) -> SparseTable
fn clone(&self) -> SparseTable
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 Debug for SparseTable
impl Debug for SparseTable
impl Copy for SparseTable
Auto Trait Implementations§
impl Freeze for SparseTable
impl RefUnwindSafe for SparseTable
impl Send for SparseTable
impl Sync for SparseTable
impl Unpin for SparseTable
impl UnwindSafe for SparseTable
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