[][src]Enum in3_sys::HasherType

#[repr(u32)]pub enum HasherType {
    HASHER_SHA2,
    HASHER_SHA2D,
    HASHER_SHA2_RIPEMD,
    HASHER_SHA3,
    HASHER_SHA3K,
    HASHER_BLAKE,
    HASHER_BLAKED,
    HASHER_BLAKE_RIPEMD,
    HASHER_GROESTLD_TRUNC,
    HASHER_OVERWINTER_PREVOUTS,
    HASHER_OVERWINTER_SEQUENCE,
    HASHER_OVERWINTER_OUTPUTS,
    HASHER_OVERWINTER_PREIMAGE,
    HASHER_SAPLING_PREIMAGE,
}

Variants

HASHER_SHA2
HASHER_SHA2D
HASHER_SHA2_RIPEMD
HASHER_SHA3
HASHER_SHA3K
HASHER_BLAKE
HASHER_BLAKED
HASHER_BLAKE_RIPEMD
HASHER_GROESTLD_TRUNC
HASHER_OVERWINTER_PREVOUTS
HASHER_OVERWINTER_SEQUENCE
HASHER_OVERWINTER_OUTPUTS
HASHER_OVERWINTER_PREIMAGE
HASHER_SAPLING_PREIMAGE

Trait Implementations

impl Clone for HasherType[src]

impl Copy for HasherType[src]

impl Debug for HasherType[src]

impl Eq for HasherType[src]

impl Hash for HasherType[src]

impl PartialEq<HasherType> for HasherType[src]

impl StructuralEq for HasherType[src]

impl StructuralPartialEq for HasherType[src]

Auto Trait Implementations

impl Send for HasherType

impl Sync for HasherType

impl Unpin for HasherType

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, 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.