Struct fuel_vm::call::CallFrameLayout
source · pub struct CallFrameLayout {
pub to: MemLoc<{ 0 }, { ContractId::LEN }>,
pub asset_id: MemLoc<{ _ }, { AssetId::LEN }>,
pub registers: MemLoc<{ _ }, { _ }>,
pub code_size: MemLoc<{ _ }, WORD_SIZE>,
pub a: MemLoc<{ _ }, WORD_SIZE>,
pub b: MemLoc<{ _ }, WORD_SIZE>,
}
Fields§
§to: MemLoc<{ 0 }, { ContractId::LEN }>
§asset_id: MemLoc<{ _ }, { AssetId::LEN }>
§registers: MemLoc<{ _ }, { _ }>
§code_size: MemLoc<{ _ }, WORD_SIZE>
§a: MemLoc<{ _ }, WORD_SIZE>
§b: MemLoc<{ _ }, WORD_SIZE>
Implementations§
Trait Implementations§
source§impl Debug for CallFrameLayout
impl Debug for CallFrameLayout
source§impl Default for CallFrameLayout
impl Default for CallFrameLayout
source§fn default() -> CallFrameLayout
fn default() -> CallFrameLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CallFrameLayout
impl Send for CallFrameLayout
impl Sync for CallFrameLayout
impl Unpin for CallFrameLayout
impl UnwindSafe for CallFrameLayout
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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