pub struct EntryUnlocked {
pub header: [u8; 1024],
pub salt: [u8; 22],
pub nonce: [u8; 12],
pub text: Vec<u8>,
}Fields§
§header: [u8; 1024]§salt: [u8; 22]§nonce: [u8; 12]§text: Vec<u8>Auto Trait Implementations§
impl Freeze for EntryUnlocked
impl RefUnwindSafe for EntryUnlocked
impl Send for EntryUnlocked
impl Sync for EntryUnlocked
impl Unpin for EntryUnlocked
impl UnwindSafe for EntryUnlocked
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