#[repr(C)]pub struct sxt_ristretto255_compressed {
pub ristretto_bytes: [u8; 32],
}Expand description
encodes an element of the ristretto255 group
Fields§
§ristretto_bytes: [u8; 32]Trait Implementations§
Source§impl Clone for sxt_ristretto255_compressed
impl Clone for sxt_ristretto255_compressed
Source§fn clone(&self) -> sxt_ristretto255_compressed
fn clone(&self) -> sxt_ristretto255_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_ristretto255_compressed
impl Debug for sxt_ristretto255_compressed
impl Copy for sxt_ristretto255_compressed
Auto Trait Implementations§
impl Freeze for sxt_ristretto255_compressed
impl RefUnwindSafe for sxt_ristretto255_compressed
impl Send for sxt_ristretto255_compressed
impl Sync for sxt_ristretto255_compressed
impl Unpin for sxt_ristretto255_compressed
impl UnwindSafe for sxt_ristretto255_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