[][src]Struct mcl::bn::GT

pub struct GT { /* fields omitted */ }

Methods

impl GT[src]

pub fn clear(&mut self)[src]

impl GT[src]

pub fn pow(&self, a: &Fr) -> Self[src]

impl GT[src]

pub fn from_str(buffer: &str, io_mode: Base) -> Self[src]

impl GT[src]

pub fn from_pairing(p: &G1, q: &G2) -> GT[src]

Trait Implementations

impl RawSerializable for GT[src]

impl Formattable for GT[src]

impl Clone for GT[src]

impl Default for GT[src]

impl PartialEq<GT> for GT[src]

impl Debug for GT[src]

impl Mul<GT> for GT[src]

type Output = GT

The resulting type after applying the * operator.

impl<'a> Mul<GT> for &'a GT[src]

type Output = <GT as Mul<GT>>::Output

The resulting type after applying the * operator.

impl<'a> Mul<&'a GT> for GT[src]

type Output = <GT as Mul<GT>>::Output

The resulting type after applying the * operator.

impl<'a, 'b> Mul<&'a GT> for &'b GT[src]

type Output = <GT as Mul<GT>>::Output

The resulting type after applying the * operator.

impl Serialize for GT[src]

impl<'de> Deserialize<'de> for GT[src]

Auto Trait Implementations

impl Send for GT

impl Sync for GT

impl Unpin for GT

impl UnwindSafe for GT

impl RefUnwindSafe for GT

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]