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