#[repr(C)]pub struct WasmLocalsDeclaration {
pub type_: WasmValueType,
pub count: U32,
}Fields§
§type_: WasmValueType§count: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmLocalsDeclaration
impl Clone for WasmLocalsDeclaration
Source§fn clone(&self) -> WasmLocalsDeclaration
fn clone(&self) -> WasmLocalsDeclaration
Returns a duplicate 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 ConstDefault for WasmLocalsDeclaration
impl ConstDefault for WasmLocalsDeclaration
Source§impl Debug for WasmLocalsDeclaration
impl Debug for WasmLocalsDeclaration
Source§impl Hash for WasmLocalsDeclaration
impl Hash for WasmLocalsDeclaration
impl Copy for WasmLocalsDeclaration
Auto Trait Implementations§
impl Freeze for WasmLocalsDeclaration
impl RefUnwindSafe for WasmLocalsDeclaration
impl Send for WasmLocalsDeclaration
impl Sync for WasmLocalsDeclaration
impl Unpin for WasmLocalsDeclaration
impl UnwindSafe for WasmLocalsDeclaration
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