pub struct PreparingM3 {
pub prk_3e2m: BytesHashLen,
pub prk_4e3m: BytesHashLen,
pub th_3: BytesHashLen,
pub mac_3: BytesMac3,
}Fields§
§prk_3e2m: BytesHashLen§prk_4e3m: BytesHashLen§th_3: BytesHashLen§mac_3: BytesMac3Trait Implementations§
Source§impl Debug for PreparingM3
impl Debug for PreparingM3
Source§impl Default for PreparingM3
impl Default for PreparingM3
Source§fn default() -> PreparingM3
fn default() -> PreparingM3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PreparingM3
impl RefUnwindSafe for PreparingM3
impl Send for PreparingM3
impl Sync for PreparingM3
impl Unpin for PreparingM3
impl UnwindSafe for PreparingM3
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