#[repr(C)]pub struct sxt_grumpkin_p2 {
pub X: [u64; 4],
pub Y: [u64; 4],
pub Z: [u64; 4],
}Expand description
encodes an affine element of the grumpkin group in projective form
Fields§
§X: [u64; 4]§Y: [u64; 4]§Z: [u64; 4]Trait Implementations§
Source§impl Clone for sxt_grumpkin_p2
impl Clone for sxt_grumpkin_p2
Source§fn clone(&self) -> sxt_grumpkin_p2
fn clone(&self) -> sxt_grumpkin_p2
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 sxt_grumpkin_p2
impl Debug for sxt_grumpkin_p2
impl Copy for sxt_grumpkin_p2
Auto Trait Implementations§
impl Freeze for sxt_grumpkin_p2
impl RefUnwindSafe for sxt_grumpkin_p2
impl Send for sxt_grumpkin_p2
impl Sync for sxt_grumpkin_p2
impl Unpin for sxt_grumpkin_p2
impl UnwindSafe for sxt_grumpkin_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