pub struct Gt(/* private fields */);Expand description
Target group G_T element.
Implementations§
Trait Implementations§
Source§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<'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 ConditionallySelectable for Gt
impl ConditionallySelectable for Gt
fn conditional_select(a: &Self, b: &Self, choice: Choice) -> Self
impl Copy for Gt
impl Eq 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 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 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 moreAuto Trait Implementations§
impl Freeze for Gt
impl RefUnwindSafe for Gt
impl Send for Gt
impl Sync for Gt
impl Unpin for Gt
impl UnsafeUnpin 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