Enum wasmtime_environ::wasmparser::LinkingType [−][src]
pub enum LinkingType {
StackPointer(u32),
}
Variants
StackPointer(u32)
Tuple Fields
0: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkingType
impl Send for LinkingType
impl Sync for LinkingType
impl Unpin for LinkingType
impl UnwindSafe for LinkingType
Blanket Implementations
Mutably borrows from an owned value. Read more