#[repr(C)]pub struct blst_p2 {
pub x: blst_fp2,
pub y: blst_fp2,
pub z: blst_fp2,
}
Fields§
§x: blst_fp2
§y: blst_fp2
§z: blst_fp2
Trait Implementations§
Source§impl<'a> From<&'a AggregatePublicKey> for &'a blst_p2
impl<'a> From<&'a AggregatePublicKey> for &'a blst_p2
Source§fn from(pk: &'a AggregatePublicKey) -> Self
fn from(pk: &'a AggregatePublicKey) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a AggregateSignature> for &'a blst_p2
impl<'a> From<&'a AggregateSignature> for &'a blst_p2
Source§fn from(sig: &'a AggregateSignature) -> Self
fn from(sig: &'a AggregateSignature) -> Self
Converts to this type from the input type.
Source§impl From<AggregatePublicKey> for blst_p2
impl From<AggregatePublicKey> for blst_p2
Source§fn from(pk: AggregatePublicKey) -> Self
fn from(pk: AggregatePublicKey) -> Self
Converts to this type from the input type.
Source§impl From<AggregateSignature> for blst_p2
impl From<AggregateSignature> for blst_p2
Source§fn from(sig: AggregateSignature) -> Self
fn from(sig: AggregateSignature) -> Self
Converts to this type from the input type.
Source§impl From<blst_p2> for AggregatePublicKey
impl From<blst_p2> for AggregatePublicKey
Source§impl From<blst_p2> for AggregateSignature
impl From<blst_p2> for AggregateSignature
impl Copy for blst_p2
impl Eq for blst_p2
Auto Trait Implementations§
impl Freeze for blst_p2
impl RefUnwindSafe for blst_p2
impl Send for blst_p2
impl Sync for blst_p2
impl Unpin for blst_p2
impl UnwindSafe for blst_p2
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