pub struct EncryptWithoutChecksum {
pub encrypted: Vec<u8>,
pub confounder: Vec<u8>,
pub ki: Vec<u8>,
}Fields§
§encrypted: Vec<u8>§confounder: Vec<u8>§ki: Vec<u8>Auto Trait Implementations§
impl Freeze for EncryptWithoutChecksum
impl RefUnwindSafe for EncryptWithoutChecksum
impl Send for EncryptWithoutChecksum
impl Sync for EncryptWithoutChecksum
impl Unpin for EncryptWithoutChecksum
impl UnwindSafe for EncryptWithoutChecksum
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