Struct fuel_vm::call::CallLayout
source · pub struct CallLayout {
pub to: MemLoc<{ 0 }, { ContractId::LEN }>,
pub a: MemLoc<{ _ }, WORD_SIZE>,
pub b: MemLoc<{ _ }, WORD_SIZE>,
}
Fields§
§to: MemLoc<{ 0 }, { ContractId::LEN }>
§a: MemLoc<{ _ }, WORD_SIZE>
§b: MemLoc<{ _ }, WORD_SIZE>
Implementations§
Trait Implementations§
source§impl Debug for CallLayout
impl Debug for CallLayout
source§impl Default for CallLayout
impl Default for CallLayout
source§fn default() -> CallLayout
fn default() -> CallLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CallLayout
impl Send for CallLayout
impl Sync for CallLayout
impl Unpin for CallLayout
impl UnwindSafe for CallLayout
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