Struct lakers_shared::ProcessingM2
source · #[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: u8,
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: u8§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 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