Struct snarkvm_algorithms::msm::variable_base::batched::BucketPosition
source · 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
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for BucketPosition
impl Eq for BucketPosition
Auto Trait Implementations§
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
§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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.