Struct sda_protocol::byte_arrays::B32 [] [src]

pub struct B32(pub [u8; 32]);

Trait Implementations

impl Copy for B32
[src]

impl Serialize for B32
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for B32
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for B32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for B32
[src]

Formats the value using the given formatter.

impl Default for B32
[src]

Returns the "default value" for a type. Read more

impl PartialEq for B32
[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 B32
[src]

impl Deref for B32
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<[u8; 32]> for B32
[src]

Performs the conversion.