Struct bitcoin::util::hash::Hash48[][src]

pub struct Hash48(_);

A 48-bit hash obtained by truncating a real hash

Trait Implementations

impl Copy for Hash48
[src]

impl Clone for Hash48
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Hash48
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Hash48
[src]

impl Debug for Hash48
[src]

Formats the value using the given formatter. Read more

impl<S: SimpleEncoder> ConsensusEncodable<S> for Hash48
[src]

Encode an object with a well-defined format

impl<D: SimpleDecoder> ConsensusDecodable<D> for Hash48
[src]

Decode an object with a well-defined format

Auto Trait Implementations

impl Send for Hash48

impl Sync for Hash48