Struct wasm_encoder::ArrayType
source · pub struct ArrayType(pub FieldType);
Expand description
Represents a type of an array in a WebAssembly module.
Tuple Fields§
§0: FieldType
Trait Implementations§
source§impl PartialEq for ArrayType
impl PartialEq for ArrayType
impl Copy for ArrayType
impl Eq for ArrayType
impl StructuralPartialEq for ArrayType
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