pub struct BLOCK_TARGET_MAX { /* private fields */ }Expand description
The highest (easiest) block PoW target.
Trait Implementations§
Source§impl Deref for BLOCK_TARGET_MAX
impl Deref for BLOCK_TARGET_MAX
Source§type Target = FixedUnsigned<FixedScale10>
type Target = FixedUnsigned<FixedScale10>
The resulting type after dereferencing.
Source§fn deref(&self) -> &FixedUnsigned10
fn deref(&self) -> &FixedUnsigned10
Dereferences the value.
impl LazyStatic for BLOCK_TARGET_MAX
Auto Trait Implementations§
impl Freeze for BLOCK_TARGET_MAX
impl RefUnwindSafe for BLOCK_TARGET_MAX
impl Send for BLOCK_TARGET_MAX
impl Sync for BLOCK_TARGET_MAX
impl Unpin for BLOCK_TARGET_MAX
impl UnwindSafe for BLOCK_TARGET_MAX
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