Struct wasm3_sys::M3TaggedValue
source · [−]#[repr(C)]pub struct M3TaggedValue {
pub type_: Type,
pub value: M3TaggedValue_M3ValueUnion,
}
Fields
type_: Type
value: M3TaggedValue_M3ValueUnion
Trait Implementations
sourceimpl Clone for M3TaggedValue
impl Clone for M3TaggedValue
sourcefn clone(&self) -> M3TaggedValue
fn clone(&self) -> M3TaggedValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for M3TaggedValue
Auto Trait Implementations
impl RefUnwindSafe for M3TaggedValue
impl Send for M3TaggedValue
impl Sync for M3TaggedValue
impl Unpin for M3TaggedValue
impl UnwindSafe for M3TaggedValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more