pub struct P2Affine { /* private fields */ }
Expand description
Affine encoding of a point on G2.
Trait Implementations§
impl Copy for P2Affine
impl Eq for P2Affine
impl StructuralPartialEq for P2Affine
Auto Trait Implementations§
impl Freeze for P2Affine
impl RefUnwindSafe for P2Affine
impl Send for P2Affine
impl Sync for P2Affine
impl Unpin for P2Affine
impl UnwindSafe for P2Affine
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