Struct lakers_shared::ProcessingM3
source · pub struct ProcessingM3 {
pub mac_3: BytesMac3,
pub y: BytesP256ElemLen,
pub prk_3e2m: BytesHashLen,
pub th_3: BytesHashLen,
pub plaintext_3: EdhocMessageBuffer,
pub ead_3: Option<EADItem>,
}Fields§
§mac_3: BytesMac3§y: BytesP256ElemLen§prk_3e2m: BytesHashLen§th_3: BytesHashLen§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 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