#[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_fp2Trait Implementations§
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