Struct wasm_encoder::CompositeType
source · pub struct CompositeType {
pub inner: CompositeInnerType,
pub shared: bool,
}
Expand description
Represents a composite type in a WebAssembly module.
Fields§
§inner: CompositeInnerType
The type defined inside the composite type.
Whether the type is shared. This is part of the shared-everything-threads proposal.
Trait Implementations§
source§impl Clone for CompositeType
impl Clone for CompositeType
source§fn clone(&self) -> CompositeType
fn clone(&self) -> CompositeType
Returns a copy 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 CompositeType
impl Debug for CompositeType
source§impl TryFrom<CompositeType> for CompositeType
impl TryFrom<CompositeType> for CompositeType
Auto Trait Implementations§
impl Freeze for CompositeType
impl RefUnwindSafe for CompositeType
impl Send for CompositeType
impl Sync for CompositeType
impl Unpin for CompositeType
impl UnwindSafe for CompositeType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)