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: u32Trait 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<BucketPosition> for BucketPosition
 
impl PartialEq<BucketPosition> for BucketPosition
source§impl PartialOrd<BucketPosition> for BucketPosition
 
impl PartialOrd<BucketPosition> 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
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.