#[repr(C)]pub struct LocalGlobal {
pub data: u128,
}Expand description
Definition of a global used by the VM.
Fields§
§data: u128Data.
Implementations§
Trait Implementations§
Source§impl Clone for LocalGlobal
impl Clone for LocalGlobal
Source§fn clone(&self) -> LocalGlobal
fn clone(&self) -> LocalGlobal
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 Debug for LocalGlobal
impl Debug for LocalGlobal
impl Copy for LocalGlobal
Auto Trait Implementations§
impl Freeze for LocalGlobal
impl RefUnwindSafe for LocalGlobal
impl Send for LocalGlobal
impl Sync for LocalGlobal
impl Unpin for LocalGlobal
impl UnwindSafe for LocalGlobal
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