[−][src]Struct evmc_sys::evmc_bytes32
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
impl Clone for evmc_bytes32
[src][+]
impl Copy for evmc_bytes32
[src]
impl Debug for evmc_bytes32
[src][+]
impl Default for evmc_bytes32
[src][+]
impl Hash for evmc_bytes32
[src][+]
impl PartialEq<evmc_bytes32> for evmc_bytes32
[src][+]
impl StructuralPartialEq for evmc_bytes32
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,