Struct rust_ssvm::types::ffi::evmc_address [−][src]
Expand description
Big-endian 160-bit hash suitable for keeping an Ethereum address.
Fields
bytes: [u8; 20]
The 20 bytes of the hash.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for evmc_address
impl Send for evmc_address
impl Sync for evmc_address
impl Unpin for evmc_address
impl UnwindSafe for evmc_address
Blanket Implementations
Mutably borrows from an owned value. Read more