pub struct EvmcContainer<T>{ /* private fields */ }Expand description
Container struct for EVMC instances and user-defined data.
Implementations§
Source§impl<T> EvmcContainer<T>
impl<T> EvmcContainer<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for EvmcContainer<T>where
T: Freeze,
impl<T> RefUnwindSafe for EvmcContainer<T>where
T: RefUnwindSafe,
impl<T> !Send for EvmcContainer<T>
impl<T> !Sync for EvmcContainer<T>
impl<T> Unpin for EvmcContainer<T>where
T: Unpin,
impl<T> UnwindSafe for EvmcContainer<T>where
T: UnwindSafe,
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