#[repr(C)]pub struct WasmLabel {
pub index: U32,
pub typeStackLength: usize,
pub type_: *mut WasmValueType,
}Fields§
§index: U32§typeStackLength: usize§type_: *mut WasmValueTypeImplementations§
Trait Implementations§
Source§impl ConstDefault for WasmLabel
impl ConstDefault for WasmLabel
impl Copy for WasmLabel
Auto Trait Implementations§
impl Freeze for WasmLabel
impl RefUnwindSafe for WasmLabel
impl !Send for WasmLabel
impl !Sync for WasmLabel
impl Unpin for WasmLabel
impl UnsafeUnpin for WasmLabel
impl UnwindSafe for WasmLabel
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