#[repr(C)]pub struct evmc_host_context { /* private fields */ }Expand description
@struct evmc_host_context The opaque data type representing the Host execution context. @see evmc_execute_fn().
Trait Implementations§
Source§impl Clone for evmc_host_context
impl Clone for evmc_host_context
Source§fn clone(&self) -> evmc_host_context
fn clone(&self) -> evmc_host_context
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for evmc_host_context
impl Debug for evmc_host_context
Source§impl Hash for evmc_host_context
impl Hash for evmc_host_context
Source§impl PartialEq for evmc_host_context
impl PartialEq for evmc_host_context
impl Copy for evmc_host_context
impl StructuralPartialEq for evmc_host_context
Auto Trait Implementations§
impl Freeze for evmc_host_context
impl RefUnwindSafe for evmc_host_context
impl Send for evmc_host_context
impl Sync for evmc_host_context
impl Unpin for evmc_host_context
impl UnwindSafe for evmc_host_context
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more