#[repr(C)]pub struct WasmTypeStack {
pub length: usize,
pub capacity: usize,
pub valueTypes: *mut WasmValueType,
}Fields§
§length: usize§capacity: usize§valueTypes: *mut WasmValueTypeImplementations§
Trait Implementations§
Source§impl Clone for WasmTypeStack
impl Clone for WasmTypeStack
Source§fn clone(&self) -> WasmTypeStack
fn clone(&self) -> WasmTypeStack
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WasmTypeStack
impl ConstDefault for WasmTypeStack
Source§impl Debug for WasmTypeStack
impl Debug for WasmTypeStack
Source§impl Hash for WasmTypeStack
impl Hash for WasmTypeStack
impl Copy for WasmTypeStack
Auto Trait Implementations§
impl Freeze for WasmTypeStack
impl RefUnwindSafe for WasmTypeStack
impl !Send for WasmTypeStack
impl !Sync for WasmTypeStack
impl Unpin for WasmTypeStack
impl UnsafeUnpin for WasmTypeStack
impl UnwindSafe for WasmTypeStack
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