pub struct DifficultyDto(pub u64);
Expand description
Difficulty.
Tuple Fields§
§0: u64
Implementations§
Source§impl DifficultyDto
impl DifficultyDto
pub const LENGTH: usize = 8usize
Sourcepub fn get_difficulty(&self) -> u64
pub fn get_difficulty(&self) -> u64
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for DifficultyDto
impl Clone for DifficultyDto
Source§fn clone(&self) -> DifficultyDto
fn clone(&self) -> DifficultyDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DifficultyDto
impl Debug for DifficultyDto
impl Copy for DifficultyDto
Auto Trait Implementations§
impl Freeze for DifficultyDto
impl RefUnwindSafe for DifficultyDto
impl Send for DifficultyDto
impl Sync for DifficultyDto
impl Unpin for DifficultyDto
impl UnwindSafe for DifficultyDto
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