#[repr(C)]pub struct WaitM4 {
pub prk_4e3m: BytesHashLen,
pub th_4: BytesHashLen,
pub prk_out: BytesHashLen,
pub prk_exporter: BytesHashLen,
}Fields§
§prk_4e3m: BytesHashLen§th_4: BytesHashLen§prk_out: BytesHashLen§prk_exporter: BytesHashLenTrait Implementations§
Auto Trait Implementations§
impl Freeze for WaitM4
impl RefUnwindSafe for WaitM4
impl Send for WaitM4
impl Sync for WaitM4
impl Unpin for WaitM4
impl UnwindSafe for WaitM4
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