pub struct Gt(/* private fields */);
Expand description
Target group G_T element.
Implementations§
Trait Implementations§
Source§impl<'b> AddAssign<&'b Gt> for Gt
impl<'b> AddAssign<&'b Gt> for Gt
Source§fn add_assign(&mut self, rhs: &'b Gt)
fn add_assign(&mut self, rhs: &'b Gt)
Performs the
+=
operation. Read moreSource§impl AddAssign for Gt
impl AddAssign for Gt
Source§fn add_assign(&mut self, rhs: Gt)
fn add_assign(&mut self, rhs: Gt)
Performs the
+=
operation. Read moreSource§impl ConditionallySelectable for Gt
impl ConditionallySelectable for Gt
Source§fn conditional_select(a: &Self, b: &Self, choice: Choice) -> Self
fn conditional_select(a: &Self, b: &Self, choice: Choice) -> Self
Source§fn conditional_assign(&mut self, other: &Self, choice: Choice)
fn conditional_assign(&mut self, other: &Self, choice: Choice)
Source§fn conditional_swap(a: &mut Self, b: &mut Self, choice: Choice)
fn conditional_swap(a: &mut Self, b: &mut Self, choice: Choice)
Conditionally swap
self
and other
if choice == 1
; otherwise,
reassign both unto themselves. Read moreSource§impl ConstantTimeEq for Gt
impl ConstantTimeEq for Gt
Source§impl<'b> MulAssign<&'b Scalar> for Gt
impl<'b> MulAssign<&'b Scalar> for Gt
Source§fn mul_assign(&mut self, rhs: &'b Scalar)
fn mul_assign(&mut self, rhs: &'b Scalar)
Performs the
*=
operation. Read moreSource§impl MulAssign<Scalar> for Gt
impl MulAssign<Scalar> for Gt
Source§fn mul_assign(&mut self, rhs: Scalar)
fn mul_assign(&mut self, rhs: Scalar)
Performs the
*=
operation. Read moreSource§impl<'b> SubAssign<&'b Gt> for Gt
impl<'b> SubAssign<&'b Gt> for Gt
Source§fn sub_assign(&mut self, rhs: &'b Gt)
fn sub_assign(&mut self, rhs: &'b Gt)
Performs the
-=
operation. Read moreSource§impl SubAssign for Gt
impl SubAssign for Gt
Source§fn sub_assign(&mut self, rhs: Gt)
fn sub_assign(&mut self, rhs: Gt)
Performs the
-=
operation. Read moreimpl Copy for Gt
impl DefaultIsZeroes for Gt
impl Eq for Gt
Auto Trait Implementations§
impl Freeze for Gt
impl RefUnwindSafe for Gt
impl Send for Gt
impl Sync for Gt
impl Unpin for Gt
impl UnwindSafe for Gt
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