Struct lakers_shared::WaitM2
source · #[repr(C)]pub struct WaitM2 {
pub x: BytesP256ElemLen,
pub h_message_1: BytesHashLen,
}Fields§
§x: BytesP256ElemLen§h_message_1: BytesHashLenTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WaitM2
impl Send for WaitM2
impl Sync for WaitM2
impl Unpin for WaitM2
impl UnwindSafe for WaitM2
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