[][src]Struct wasm3_sys::M3CompilationScope

#[repr(C)]pub struct M3CompilationScope {
    pub outer: *mut M3CompilationScope,
    pub pc: pc_t,
    pub patches: IM3BranchPatch,
    pub depth: i32,
    pub initStackIndex: i16,
    pub type_: u8,
    pub opcode: m3opcode_t,
    pub isPolymorphic: bool,
}

Fields

outer: *mut M3CompilationScopepc: pc_tpatches: IM3BranchPatchdepth: i32initStackIndex: i16type_: u8opcode: m3opcode_tisPolymorphic: bool

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.