Struct rust_randomx::Output
source · pub struct Output(_);
Implementations§
source§impl Output
impl Output
pub fn meets_difficulty(&self, d: Difficulty) -> bool
pub fn leading_zeros(&self) -> u32
Trait Implementations§
source§impl From<Difficulty> for Output
impl From<Difficulty> for Output
source§fn from(d: Difficulty) -> Self
fn from(d: Difficulty) -> Self
Converts to this type from the input type.