Struct imhamt::hash::LevelIndex
source · pub struct LevelIndex(pub usize);
Expand description
Hash value subgroup per level used as Index for children
A number that is between 0 and the maximum number of children elements in a node.
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
source§impl Clone for LevelIndex
impl Clone for LevelIndex
source§fn clone(&self) -> LevelIndex
fn clone(&self) -> LevelIndex
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 LevelIndex
impl Debug for LevelIndex
source§impl PartialEq<LevelIndex> for LevelIndex
impl PartialEq<LevelIndex> for LevelIndex
source§fn eq(&self, other: &LevelIndex) -> bool
fn eq(&self, other: &LevelIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LevelIndex
impl Eq for LevelIndex
impl StructuralEq for LevelIndex
impl StructuralPartialEq for LevelIndex
Auto Trait Implementations§
impl RefUnwindSafe for LevelIndex
impl Send for LevelIndex
impl Sync for LevelIndex
impl Unpin for LevelIndex
impl UnwindSafe for LevelIndex
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