pub struct BucketPosition {
pub bucket_index: u32,
pub scalar_index: u32,
}
Fields§
§bucket_index: u32
§scalar_index: u32
Trait Implementations§
Source§impl Clone for BucketPosition
impl Clone for BucketPosition
Source§fn clone(&self) -> BucketPosition
fn clone(&self) -> BucketPosition
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 BucketPosition
impl Debug for BucketPosition
Source§impl Ord for BucketPosition
impl Ord for BucketPosition
Source§impl PartialEq for BucketPosition
impl PartialEq for BucketPosition
Source§impl PartialOrd for BucketPosition
impl PartialOrd for BucketPosition
impl Copy for BucketPosition
impl Eq for BucketPosition
Auto Trait Implementations§
impl Freeze for BucketPosition
impl RefUnwindSafe for BucketPosition
impl Send for BucketPosition
impl Sync for BucketPosition
impl Unpin for BucketPosition
impl UnwindSafe for BucketPosition
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.