Struct fuel_tx::input::sizes::ContractSizesLayout
source · pub struct ContractSizesLayout {
pub tx_id: MemLoc<{ 0 }, { Bytes32::LEN }>,
pub output_index: MemLoc<{ _ }, WORD_SIZE>,
pub balance_root: MemLoc<{ _ }, { Bytes32::LEN }>,
pub state_root: MemLoc<{ _ }, { Bytes32::LEN }>,
pub tx_pointer: MemLoc<{ _ }, { TxPointer::LEN }>,
pub contract_id: MemLoc<{ _ }, { ContractId::LEN }>,
}
Fields§
§tx_id: MemLoc<{ 0 }, { Bytes32::LEN }>
§output_index: MemLoc<{ _ }, WORD_SIZE>
§balance_root: MemLoc<{ _ }, { Bytes32::LEN }>
§state_root: MemLoc<{ _ }, { Bytes32::LEN }>
§tx_pointer: MemLoc<{ _ }, { TxPointer::LEN }>
§contract_id: MemLoc<{ _ }, { ContractId::LEN }>
Implementations§
Trait Implementations§
source§impl Debug for ContractSizesLayout
impl Debug for ContractSizesLayout
source§impl Default for ContractSizesLayout
impl Default for ContractSizesLayout
source§fn default() -> ContractSizesLayout
fn default() -> ContractSizesLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ContractSizesLayout
impl Send for ContractSizesLayout
impl Sync for ContractSizesLayout
impl Unpin for ContractSizesLayout
impl UnwindSafe for ContractSizesLayout
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