Struct fuel_tx::input::sizes::CoinSizesLayout
source · pub struct CoinSizesLayout {
pub utxo_id: MemLoc<{ 0 }, { UtxoId::LEN }>,
pub owner: MemLoc<{ _ }, { Address::LEN }>,
pub amount: MemLoc<{ _ }, WORD_SIZE>,
pub asset_id: MemLoc<{ _ }, { AssetId::LEN }>,
pub tx_pointer: MemLoc<{ _ }, { TxPointer::LEN }>,
pub witness_index: MemLoc<{ _ }, WORD_SIZE>,
pub maturity: MemLoc<{ _ }, WORD_SIZE>,
pub predicate_len: MemLoc<{ _ }, WORD_SIZE>,
pub predicate_data_len: MemLoc<{ _ }, WORD_SIZE>,
}
Fields§
§utxo_id: MemLoc<{ 0 }, { UtxoId::LEN }>
§owner: MemLoc<{ _ }, { Address::LEN }>
§amount: MemLoc<{ _ }, WORD_SIZE>
§asset_id: MemLoc<{ _ }, { AssetId::LEN }>
§tx_pointer: MemLoc<{ _ }, { TxPointer::LEN }>
§witness_index: MemLoc<{ _ }, WORD_SIZE>
§maturity: MemLoc<{ _ }, WORD_SIZE>
§predicate_len: MemLoc<{ _ }, WORD_SIZE>
§predicate_data_len: MemLoc<{ _ }, WORD_SIZE>
Implementations§
Trait Implementations§
source§impl Debug for CoinSizesLayout
impl Debug for CoinSizesLayout
source§impl Default for CoinSizesLayout
impl Default for CoinSizesLayout
source§fn default() -> CoinSizesLayout
fn default() -> CoinSizesLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CoinSizesLayout
impl Send for CoinSizesLayout
impl Sync for CoinSizesLayout
impl Unpin for CoinSizesLayout
impl UnwindSafe for CoinSizesLayout
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