pub struct SchnorrSignature {
pub agg_sig_s: [u8; 32],
pub commitment_addr: [u8; 20],
pub signers_bitmap: [u8; 32],
}Fields§
§agg_sig_s: [u8; 32]§commitment_addr: [u8; 20]§signers_bitmap: [u8; 32]Trait Implementations§
Source§impl Clone for SchnorrSignature
impl Clone for SchnorrSignature
Source§fn clone(&self) -> SchnorrSignature
fn clone(&self) -> SchnorrSignature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SchnorrSignature
impl Debug for SchnorrSignature
impl Eq for SchnorrSignature
Source§impl PartialEq for SchnorrSignature
impl PartialEq for SchnorrSignature
impl StructuralPartialEq for SchnorrSignature
Auto Trait Implementations§
impl Freeze for SchnorrSignature
impl RefUnwindSafe for SchnorrSignature
impl Send for SchnorrSignature
impl Sync for SchnorrSignature
impl Unpin for SchnorrSignature
impl UnsafeUnpin for SchnorrSignature
impl UnwindSafe for SchnorrSignature
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