#[repr(C)]pub struct ethash_return_value {
pub result: ethash_h256_t,
pub mix_hash: ethash_h256_t,
pub success: bool,
}Fields§
§result: ethash_h256_t§mix_hash: ethash_h256_t§success: boolTrait Implementations§
Source§impl Clone for ethash_return_value
impl Clone for ethash_return_value
Source§impl Debug for ethash_return_value
impl Debug for ethash_return_value
impl Copy for ethash_return_value
Auto Trait Implementations§
impl Freeze for ethash_return_value
impl RefUnwindSafe for ethash_return_value
impl Send for ethash_return_value
impl Sync for ethash_return_value
impl Unpin for ethash_return_value
impl UnwindSafe for ethash_return_value
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