#[repr(C)]pub struct sxt_bls12_381_g1_compressed {
pub g1_bytes: [u8; 48],
}Expand description
encodes an element of the bls12-381 G1 group in compressed form
Fields§
§g1_bytes: [u8; 48]Trait Implementations§
Source§impl Clone for sxt_bls12_381_g1_compressed
impl Clone for sxt_bls12_381_g1_compressed
Source§fn clone(&self) -> sxt_bls12_381_g1_compressed
fn clone(&self) -> sxt_bls12_381_g1_compressed
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_bls12_381_g1_compressed
impl Debug for sxt_bls12_381_g1_compressed
impl Copy for sxt_bls12_381_g1_compressed
Auto Trait Implementations§
impl Freeze for sxt_bls12_381_g1_compressed
impl RefUnwindSafe for sxt_bls12_381_g1_compressed
impl Send for sxt_bls12_381_g1_compressed
impl Sync for sxt_bls12_381_g1_compressed
impl Unpin for sxt_bls12_381_g1_compressed
impl UnwindSafe for sxt_bls12_381_g1_compressed
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