pub struct G1Uncompressed(/* private fields */);
Trait Implementations§
Source§impl AsMut<[u8]> for G1Uncompressed
impl AsMut<[u8]> for G1Uncompressed
Source§impl AsRef<[u8]> for G1Uncompressed
impl AsRef<[u8]> for G1Uncompressed
Source§impl Clone for G1Uncompressed
impl Clone for G1Uncompressed
Source§fn clone(&self) -> G1Uncompressed
fn clone(&self) -> G1Uncompressed
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for G1Uncompressed
impl Debug for G1Uncompressed
Source§impl EncodedPoint for G1Uncompressed
impl EncodedPoint for G1Uncompressed
type Affine = G1Affine
Source§fn into_affine(&self) -> Result<G1Affine, GroupDecodingError>
fn into_affine(&self) -> Result<G1Affine, GroupDecodingError>
Converts an
EncodedPoint
into a CurveAffine
element,
if the encoding represents a valid element.Source§fn into_affine_unchecked(&self) -> Result<G1Affine, GroupDecodingError>
fn into_affine_unchecked(&self) -> Result<G1Affine, GroupDecodingError>
Converts an
EncodedPoint
into a CurveAffine
element,
without guaranteeing that the encoding represents a valid
element. This is useful when the caller knows the encoding is
valid already. Read moreSource§fn from_affine(affine: G1Affine) -> Self
fn from_affine(affine: G1Affine) -> Self
Creates an
EncodedPoint
from an affine point, as long as the
point is not the point at infinity.impl Copy for G1Uncompressed
Auto Trait Implementations§
impl Freeze for G1Uncompressed
impl RefUnwindSafe for G1Uncompressed
impl Send for G1Uncompressed
impl Sync for G1Uncompressed
impl Unpin for G1Uncompressed
impl UnwindSafe for G1Uncompressed
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)