Struct lakers_shared::WaitM3
source · pub struct WaitM3 {
pub y: BytesP256ElemLen,
pub prk_3e2m: BytesHashLen,
pub th_3: BytesHashLen,
}Fields§
§y: BytesP256ElemLen§prk_3e2m: BytesHashLen§th_3: BytesHashLenTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WaitM3
impl Send for WaitM3
impl Sync for WaitM3
impl Unpin for WaitM3
impl UnwindSafe for WaitM3
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