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 Freeze for WaitM3
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