#[repr(C)]pub struct blst_p2_affine {
pub x: blst_fp2,
pub y: blst_fp2,
}
Fields§
§x: blst_fp2
§y: blst_fp2
Trait Implementations§
Source§impl Clone for blst_p2_affine
impl Clone for blst_p2_affine
Source§fn clone(&self) -> blst_p2_affine
fn clone(&self) -> blst_p2_affine
Returns a duplicate 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 blst_p2_affine
impl Debug for blst_p2_affine
Source§impl Default for blst_p2_affine
impl Default for blst_p2_affine
Source§fn default() -> blst_p2_affine
fn default() -> blst_p2_affine
Returns the “default value” for a type. Read more
Source§impl<'a> From<&'a PublicKey> for &'a blst_p2_affine
impl<'a> From<&'a PublicKey> for &'a blst_p2_affine
Source§impl<'a> From<&'a Signature> for &'a blst_p2_affine
impl<'a> From<&'a Signature> for &'a blst_p2_affine
Source§impl From<PublicKey> for blst_p2_affine
impl From<PublicKey> for blst_p2_affine
Source§impl From<Signature> for blst_p2_affine
impl From<Signature> for blst_p2_affine
Source§impl From<blst_p2_affine> for PublicKey
impl From<blst_p2_affine> for PublicKey
Source§fn from(point: blst_p2_affine) -> Self
fn from(point: blst_p2_affine) -> Self
Converts to this type from the input type.
Source§impl From<blst_p2_affine> for Signature
impl From<blst_p2_affine> for Signature
Source§fn from(point: blst_p2_affine) -> Self
fn from(point: blst_p2_affine) -> Self
Converts to this type from the input type.
Source§impl PartialEq for blst_p2_affine
impl PartialEq for blst_p2_affine
impl Copy for blst_p2_affine
impl Eq for blst_p2_affine
Auto Trait Implementations§
impl Freeze for blst_p2_affine
impl RefUnwindSafe for blst_p2_affine
impl Send for blst_p2_affine
impl Sync for blst_p2_affine
impl Unpin for blst_p2_affine
impl UnwindSafe for blst_p2_affine
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