#[repr(C)]pub struct WasmLabelStack {
pub labels: WasmLabels,
pub nextLabelIndex: U32,
}Fields§
§labels: WasmLabels§nextLabelIndex: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmLabelStack
impl Clone for WasmLabelStack
Source§fn clone(&self) -> WasmLabelStack
fn clone(&self) -> WasmLabelStack
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 WasmLabelStack
impl ConstDefault for WasmLabelStack
Source§impl Debug for WasmLabelStack
impl Debug for WasmLabelStack
Source§impl Hash for WasmLabelStack
impl Hash for WasmLabelStack
impl Copy for WasmLabelStack
Auto Trait Implementations§
impl Freeze for WasmLabelStack
impl RefUnwindSafe for WasmLabelStack
impl !Send for WasmLabelStack
impl !Sync for WasmLabelStack
impl Unpin for WasmLabelStack
impl UnwindSafe for WasmLabelStack
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