pub struct DerivedKeys {
pub encryption_key: [u8; 32],
pub auth_key: [u8; 32],
}Fields§
§encryption_key: [u8; 32]§auth_key: [u8; 32]Trait Implementations§
Source§impl Clone for DerivedKeys
impl Clone for DerivedKeys
Auto Trait Implementations§
impl Freeze for DerivedKeys
impl RefUnwindSafe for DerivedKeys
impl Send for DerivedKeys
impl Sync for DerivedKeys
impl Unpin for DerivedKeys
impl UnsafeUnpin for DerivedKeys
impl UnwindSafe for DerivedKeys
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