pub struct WnafScalar<F: PrimeField, const WINDOW_SIZE: usize> { /* private fields */ }
Expand description
Implementations§
Source§impl<F: PrimeField, const WINDOW_SIZE: usize> WnafScalar<F, WINDOW_SIZE>
impl<F: PrimeField, const WINDOW_SIZE: usize> WnafScalar<F, WINDOW_SIZE>
Trait Implementations§
Source§impl<F: Clone + PrimeField, const WINDOW_SIZE: usize> Clone for WnafScalar<F, WINDOW_SIZE>
impl<F: Clone + PrimeField, const WINDOW_SIZE: usize> Clone for WnafScalar<F, WINDOW_SIZE>
Source§fn clone(&self) -> WnafScalar<F, WINDOW_SIZE>
fn clone(&self) -> WnafScalar<F, WINDOW_SIZE>
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<F: Debug + PrimeField, const WINDOW_SIZE: usize> Debug for WnafScalar<F, WINDOW_SIZE>
impl<F: Debug + PrimeField, const WINDOW_SIZE: usize> Debug for WnafScalar<F, WINDOW_SIZE>
Auto Trait Implementations§
impl<F, const WINDOW_SIZE: usize> Freeze for WnafScalar<F, WINDOW_SIZE>
impl<F, const WINDOW_SIZE: usize> RefUnwindSafe for WnafScalar<F, WINDOW_SIZE>where
F: RefUnwindSafe,
impl<F, const WINDOW_SIZE: usize> Send for WnafScalar<F, WINDOW_SIZE>
impl<F, const WINDOW_SIZE: usize> Sync for WnafScalar<F, WINDOW_SIZE>
impl<F, const WINDOW_SIZE: usize> Unpin for WnafScalar<F, WINDOW_SIZE>where
F: Unpin,
impl<F, const WINDOW_SIZE: usize> UnwindSafe for WnafScalar<F, WINDOW_SIZE>where
F: UnwindSafe,
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