Struct data_encoding::Array128 [] [src]

pub struct Array128(_);

Convenience wrapper for [u8; 128]

Behaves as [u8; 128] through Deref and DerefMut, but also implements Clone and other traits.

Trait Implementations

impl Deref for Array128
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Array128
[src]

The method called to mutably dereference a value

impl Clone for Array128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Array128
[src]

impl Debug for Array128
[src]

Formats the value using the given formatter.

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