pub struct Ed448Signature(pub [u8; 114]);Expand description
An Ed448 signature: R || S, 114 octets.
Tuple Fields§
§0: [u8; 114]Trait Implementations§
Source§impl Clone for Ed448Signature
impl Clone for Ed448Signature
Source§fn clone(&self) -> Ed448Signature
fn clone(&self) -> Ed448Signature
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 Ed448Signature
impl Debug for Ed448Signature
Source§impl PartialEq for Ed448Signature
impl PartialEq for Ed448Signature
Source§fn eq(&self, other: &Ed448Signature) -> bool
fn eq(&self, other: &Ed448Signature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Ed448Signature
impl Eq for Ed448Signature
impl StructuralPartialEq for Ed448Signature
Auto Trait Implementations§
impl Freeze for Ed448Signature
impl RefUnwindSafe for Ed448Signature
impl Send for Ed448Signature
impl Sync for Ed448Signature
impl Unpin for Ed448Signature
impl UnsafeUnpin for Ed448Signature
impl UnwindSafe for Ed448Signature
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