#[repr(C)]pub struct ProcessedSiblingInstruction {
pub data_len: u64,
pub accounts_len: u64,
}
Expand description
Use to query and convey information about the sibling instruction components
when calling the sol_get_processed_sibling_instruction
syscall.
Fields§
§data_len: u64
Length of the instruction data
accounts_len: u64
Number of AccountMeta structures
Trait Implementations§
source§impl Clone for ProcessedSiblingInstruction
impl Clone for ProcessedSiblingInstruction
source§fn clone(&self) -> ProcessedSiblingInstruction
fn clone(&self) -> ProcessedSiblingInstruction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProcessedSiblingInstruction
impl Debug for ProcessedSiblingInstruction
source§impl Default for ProcessedSiblingInstruction
impl Default for ProcessedSiblingInstruction
source§fn default() -> ProcessedSiblingInstruction
fn default() -> ProcessedSiblingInstruction
Returns the “default value” for a type. Read more