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