pub struct DifficultyPoint {
pub height: Height,
pub time: BlockTime,
pub bits: CompactTarget,
pub chainwork: Chainwork,
}Fields§
§height: Height§time: BlockTime§bits: CompactTarget§chainwork: ChainworkTrait Implementations§
Source§impl Clone for DifficultyPoint
impl Clone for DifficultyPoint
Source§fn clone(&self) -> DifficultyPoint
fn clone(&self) -> DifficultyPoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DifficultyPoint
Source§impl Debug for DifficultyPoint
impl Debug for DifficultyPoint
impl Eq for DifficultyPoint
Source§impl PartialEq for DifficultyPoint
impl PartialEq for DifficultyPoint
impl StructuralPartialEq for DifficultyPoint
Auto Trait Implementations§
impl Freeze for DifficultyPoint
impl RefUnwindSafe for DifficultyPoint
impl Send for DifficultyPoint
impl Sync for DifficultyPoint
impl Unpin for DifficultyPoint
impl UnsafeUnpin for DifficultyPoint
impl UnwindSafe for DifficultyPoint
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