pub enum VmNativeCallParameters {
Static(StaticRawType),
Dynamic(RawType),
}Variants§
Static(StaticRawType)
Dynamic(RawType)
Trait Implementations§
Source§impl Clone for VmNativeCallParameters
impl Clone for VmNativeCallParameters
Source§fn clone(&self) -> VmNativeCallParameters
fn clone(&self) -> VmNativeCallParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VmNativeCallParameters
impl RefUnwindSafe for VmNativeCallParameters
impl Send for VmNativeCallParameters
impl Sync for VmNativeCallParameters
impl Unpin for VmNativeCallParameters
impl UnsafeUnpin for VmNativeCallParameters
impl UnwindSafe for VmNativeCallParameters
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