pub(crate) struct ChaCha20Key(pub(super) [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Implementations§
Source§impl ChaCha20Key
impl ChaCha20Key
Trait Implementations§
Source§impl Drop for ChaCha20Key
impl Drop for ChaCha20Key
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