Struct fuel_tx::input::sizes::MessageSizesLayout
source · pub struct MessageSizesLayout {
pub sender: MemLoc<{ 0 }, { Address::LEN }>,
pub recipient: MemLoc<{ _ }, { Address::LEN }>,
pub amount: MemLoc<{ _ }, WORD_SIZE>,
pub nonce: MemLoc<{ _ }, { Nonce::LEN }>,
pub witness_index: MemLoc<{ _ }, WORD_SIZE>,
pub data_len: MemLoc<{ _ }, WORD_SIZE>,
pub predicate_len: MemLoc<{ _ }, WORD_SIZE>,
pub predicate_data_len: MemLoc<{ _ }, WORD_SIZE>,
}
Fields§
§sender: MemLoc<{ 0 }, { Address::LEN }>
§recipient: MemLoc<{ _ }, { Address::LEN }>
§amount: MemLoc<{ _ }, WORD_SIZE>
§nonce: MemLoc<{ _ }, { Nonce::LEN }>
§witness_index: MemLoc<{ _ }, WORD_SIZE>
§data_len: MemLoc<{ _ }, WORD_SIZE>
§predicate_len: MemLoc<{ _ }, WORD_SIZE>
§predicate_data_len: MemLoc<{ _ }, WORD_SIZE>
Implementations§
Trait Implementations§
source§impl Debug for MessageSizesLayout
impl Debug for MessageSizesLayout
source§impl Default for MessageSizesLayout
impl Default for MessageSizesLayout
source§fn default() -> MessageSizesLayout
fn default() -> MessageSizesLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MessageSizesLayout
impl Send for MessageSizesLayout
impl Sync for MessageSizesLayout
impl Unpin for MessageSizesLayout
impl UnwindSafe for MessageSizesLayout
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