pub struct IndexWidth(pub usize);Expand description
How many bytes to store and represent indices in the built data. Must be between 1 and 8 inclusive. Indices will be encoded in little endian format.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for IndexWidth
impl Clone for IndexWidth
Source§fn clone(&self) -> IndexWidth
fn clone(&self) -> IndexWidth
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 moreSource§impl Debug for IndexWidth
impl Debug for IndexWidth
Source§impl PartialEq for IndexWidth
impl PartialEq for IndexWidth
impl Copy for IndexWidth
impl Eq for IndexWidth
impl StructuralPartialEq for IndexWidth
Auto Trait Implementations§
impl Freeze for IndexWidth
impl RefUnwindSafe for IndexWidth
impl Send for IndexWidth
impl Sync for IndexWidth
impl Unpin for IndexWidth
impl UnwindSafe for IndexWidth
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