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