pub struct ArrayType {
pub symbol: WasmSymbol,
pub nullable: bool,
pub mutable: bool,
pub item_type: WasmType,
pub default: WasmValue,
pub span: FileSpan,
}Fields§
§symbol: WasmSymbol§nullable: bool§mutable: bool§item_type: WasmTypeItem type of the array
default: WasmValue§span: FileSpanImplementations§
Trait Implementations§
source§impl<'a, 'i> IntoWasm<'a, ComponentDefinedType<'i>> for ArrayTypewhere
'a: 'i,
impl<'a, 'i> IntoWasm<'a, ComponentDefinedType<'i>> for ArrayTypewhere
'a: 'i,
fn as_wast(&'a self) -> ComponentDefinedType<'i>
Auto Trait Implementations§
impl RefUnwindSafe for ArrayType
impl Send for ArrayType
impl Sync for ArrayType
impl Unpin for ArrayType
impl UnwindSafe for ArrayType
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