#[repr(C)]pub struct ethash_light {
pub cache: *mut c_void,
pub cache_size: u64,
pub block_number: u64,
}Fields§
§cache: *mut c_void§cache_size: u64§block_number: u64Trait Implementations§
Source§impl Clone for ethash_light
impl Clone for ethash_light
Source§impl Debug for ethash_light
impl Debug for ethash_light
impl Copy for ethash_light
Auto Trait Implementations§
impl Freeze for ethash_light
impl RefUnwindSafe for ethash_light
impl !Send for ethash_light
impl !Sync for ethash_light
impl Unpin for ethash_light
impl UnwindSafe for ethash_light
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