Struct lakers_shared::PreparingM3
source · 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§
Auto Trait Implementations§
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