[−][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]
fn clone(&self) -> evmc_bytes32
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[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]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<evmc_bytes32> for evmc_bytes32
[src]
fn eq(&self, other: &evmc_bytes32) -> bool
[src]
fn ne(&self, other: &evmc_bytes32) -> bool
[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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,