Struct nanopow_rs::Work [] [src]

pub struct Work(_);

An 8 byte array used to represent the work value

Methods

impl Work
[src]

[src]

Create Work from properly sized byte array

[src]

Convert hexadecimal formatted data into a Work value

[src]

Create Work from a raw byte slice

Trait Implementations

impl Clone for Work
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<[u8]> for Work
[src]

[src]

Performs the conversion.

impl From<Work> for String
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Work

impl Sync for Work