Enum in3_sys::hasher_t[][src]

#[repr(u32)]pub enum hasher_t {
    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 hasher_t[src]

impl Copy for hasher_t[src]

impl Debug for hasher_t[src]

impl Eq for hasher_t[src]

impl Hash for hasher_t[src]

impl PartialEq<hasher_t> for hasher_t[src]

impl StructuralEq for hasher_t[src]

impl StructuralPartialEq for hasher_t[src]

Auto Trait Implementations

impl Send for hasher_t

impl Sync for hasher_t

impl Unpin for hasher_t

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.