pub struct Secp256k1Order {}
Trait Implementations§
Source§impl Clone for Secp256k1Order
impl Clone for Secp256k1Order
Source§fn clone(&self) -> Secp256k1Order
fn clone(&self) -> Secp256k1Order
Returns a duplicate 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 Secp256k1Order
impl Debug for Secp256k1Order
Source§impl Default for Secp256k1Order
impl Default for Secp256k1Order
Source§fn default() -> Secp256k1Order
fn default() -> Secp256k1Order
Returns the “default value” for a type. Read more
Source§impl PartialEq for Secp256k1Order
impl PartialEq for Secp256k1Order
Source§impl<const DLIMBS: usize> ResidueParams<{ <$uint_type>::LIMBS }> for Secp256k1Order
impl<const DLIMBS: usize> ResidueParams<{ <$uint_type>::LIMBS }> for Secp256k1Order
Source§const MOD_NEG_INV: Limb
const MOD_NEG_INV: Limb
The lowest limbs of -(MODULUS^-1) mod R
impl Copy for Secp256k1Order
impl Eq for Secp256k1Order
impl StructuralPartialEq for Secp256k1Order
Auto Trait Implementations§
impl Freeze for Secp256k1Order
impl RefUnwindSafe for Secp256k1Order
impl Send for Secp256k1Order
impl Sync for Secp256k1Order
impl Unpin for Secp256k1Order
impl UnwindSafe for Secp256k1Order
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