pub struct Chacha20Key(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Implementations§
Trait Implementations§
Source§impl Default for Chacha20Key
impl Default for Chacha20Key
Source§fn default() -> Chacha20Key
fn default() -> Chacha20Key
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Chacha20Key
impl RefUnwindSafe for Chacha20Key
impl Send for Chacha20Key
impl Sync for Chacha20Key
impl Unpin for Chacha20Key
impl UnwindSafe for Chacha20Key
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