#[repr(C)]pub struct ProcessingM2 {
pub mac_2: BytesMac2,
pub prk_2e: BytesHashLen,
pub th_2: BytesHashLen,
pub x: BytesP256ElemLen,
pub g_y: BytesP256ElemLen,
pub plaintext_2: EdhocMessageBuffer,
pub c_r: ConnId,
pub id_cred_r: IdCred,
pub ead_2: Option<EADItem>,
}Fields§
§mac_2: BytesMac2§prk_2e: BytesHashLen§th_2: BytesHashLen§x: BytesP256ElemLen§g_y: BytesP256ElemLen§plaintext_2: EdhocMessageBuffer§c_r: ConnId§id_cred_r: IdCred§ead_2: Option<EADItem>Trait Implementations§
Source§impl Debug for ProcessingM2
impl Debug for ProcessingM2
Source§impl Default for ProcessingM2
impl Default for ProcessingM2
Source§fn default() -> ProcessingM2
fn default() -> ProcessingM2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessingM2
impl RefUnwindSafe for ProcessingM2
impl Send for ProcessingM2
impl Sync for ProcessingM2
impl Unpin for ProcessingM2
impl UnwindSafe for ProcessingM2
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