[][src]Struct wasmer_runtime_core::vm::LocalGlobal

#[repr(C)]
pub struct LocalGlobal {
    pub data: u128,
}

Definition of a global used by the VM.

Fields

data: u128

Methods

impl LocalGlobal[src]

pub fn offset_data() -> u8[src]

pub fn null() -> Self[src]

pub fn size() -> u8[src]

Trait Implementations

impl Clone for LocalGlobal[src]

impl Copy for LocalGlobal[src]

impl Debug for LocalGlobal[src]

Auto Trait Implementations

impl Sync for LocalGlobal

impl Send for LocalGlobal

impl Unpin for LocalGlobal

impl UnwindSafe for LocalGlobal

impl RefUnwindSafe for LocalGlobal

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for 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.

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

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

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