[][src]Struct eosio::Checksum512

pub struct Checksum512(_);

Methods

impl Checksum512[src]

#[must_use] pub const fn words(&self) -> [u128; 4][src]

#[must_use] pub fn to_bytes(&self) -> [u8; 64][src]

TODO docs.

#[must_use] pub fn from_bytes(bytes: [u8; 64]) -> Self[src]

Trait Implementations

impl AsRef<Checksum512> for Checksum512[src]

impl Clone for Checksum512[src]

impl Copy for Checksum512[src]

impl Debug for Checksum512[src]

impl Default for Checksum512[src]

impl From<[u8; 64]> for Checksum512[src]

impl From<Checksum512> for [u8; 64][src]

impl NumBytes for Checksum512[src]

impl PartialEq<[u128; 4]> for Checksum512[src]

impl PartialEq<[u128]> for Checksum512[src]

impl PartialEq<[u8; 64]> for Checksum512[src]

impl PartialEq<Checksum512> for Checksum512[src]

impl<'_> PartialEq<Checksum512> for &'_ [u128][src]

impl PartialEq<Checksum512> for [u128; 4][src]

impl PartialEq<Checksum512> for [u8; 64][src]

impl PartialOrd<Checksum512> for Checksum512[src]

impl Read for Checksum512[src]

impl StructuralPartialEq for Checksum512[src]

impl Write for Checksum512[src]

Auto Trait Implementations

impl Send for Checksum512

impl Sync for Checksum512

impl Unpin for Checksum512

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.