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