#[repr(C)]
#[repr(align(16))]
pub struct Sha256Impl {
Show 14 fields pub _x0: u64, pub _x8: u64, pub _x10: u32, pub __bindgen_padding_0: u64, pub _x14: u128, pub _x24: u128, pub _x34: u128, pub _x44: u32, pub _x48: u64, pub _x50: u64, pub _x58: u64, pub _x60: u64, pub _x68: u64, pub _x70: u32,
}

Fields

_x0: u64_x8: u64_x10: u32__bindgen_padding_0: u64_x14: u128_x24: u128_x34: u128_x44: u32_x48: u64_x50: u64_x58: u64_x60: u64_x68: u64_x70: u32

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.