#[repr(C)]pub struct WaitM2 {
pub x: [u8; 32],
pub h_message_1: [u8; 32],
}
Fields§
§x: [u8; 32]
§h_message_1: [u8; 32]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaitM2
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