Struct ssvm_evmc_sys::evmc_bytes32 [−][src]
Expand description
The fixed size array of 32 bytes.
32 bytes of data capable of storing e.g. 256-bit hashes.
Fields
bytes: [u8; 32]
The 32 bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for evmc_bytes32
impl Send for evmc_bytes32
impl Sync for evmc_bytes32
impl Unpin for evmc_bytes32
impl UnwindSafe for evmc_bytes32
Blanket Implementations
Mutably borrows from an owned value. Read more