pub struct P384ArithImplPoint { /* private fields */ }Expand description
Opaque storage for the implementation’s point representation.
Implementations pick whatever their arithmetic works in (projective
or Jacobian coordinates, …), so a chain of operations pays for the
conversion to affine coordinates once, in point_to_affine.
Trait Implementations§
Source§impl Clone for P384ArithImplPoint
impl Clone for P384ArithImplPoint
impl Copy for P384ArithImplPoint
impl Send for P384ArithImplPoint
impl Sync for P384ArithImplPoint
Auto Trait Implementations§
impl !RefUnwindSafe for P384ArithImplPoint
impl !Unpin for P384ArithImplPoint
impl !UnwindSafe for P384ArithImplPoint
impl Freeze for P384ArithImplPoint
impl UnsafeUnpin for P384ArithImplPoint
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