pub struct ProcessingM3 {
pub mac_3: BytesMac3,
pub y: BytesP256ElemLen,
pub prk_3e2m: BytesHashLen,
pub th_3: BytesHashLen,
pub id_cred_i: IdCred,
pub plaintext_3: EdhocMessageBuffer,
pub ead_3: Option<EADItem>,
}Fields§
§mac_3: BytesMac3§y: BytesP256ElemLen§prk_3e2m: BytesHashLen§th_3: BytesHashLen§id_cred_i: IdCred§plaintext_3: EdhocMessageBuffer§ead_3: Option<EADItem>Trait Implementations§
Source§impl Debug for ProcessingM3
impl Debug for ProcessingM3
Source§impl Default for ProcessingM3
impl Default for ProcessingM3
Source§fn default() -> ProcessingM3
fn default() -> ProcessingM3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessingM3
impl RefUnwindSafe for ProcessingM3
impl Send for ProcessingM3
impl Sync for ProcessingM3
impl Unpin for ProcessingM3
impl UnwindSafe for ProcessingM3
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