pub struct Ed448SecretKey(pub [u8; 57]);Expand description
An Ed448 secret key (the 57-octet seed).
Tuple Fields§
§0: [u8; 57]Trait Implementations§
Source§impl Clone for Ed448SecretKey
impl Clone for Ed448SecretKey
Source§fn clone(&self) -> Ed448SecretKey
fn clone(&self) -> Ed448SecretKey
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 moreimpl Copy for Ed448SecretKey
Auto Trait Implementations§
impl Freeze for Ed448SecretKey
impl RefUnwindSafe for Ed448SecretKey
impl Send for Ed448SecretKey
impl Sync for Ed448SecretKey
impl Unpin for Ed448SecretKey
impl UnsafeUnpin for Ed448SecretKey
impl UnwindSafe for Ed448SecretKey
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