pub struct ProcessedInstruction {
pub program_id: Address,
pub data: [u8; 1232],
pub data_len: usize,
pub accounts_len: usize,
}Fields§
§program_id: Address§data: [u8; 1232]§data_len: usize§accounts_len: usizeTrait Implementations§
Source§impl Clone for ProcessedInstruction
impl Clone for ProcessedInstruction
Auto Trait Implementations§
impl Freeze for ProcessedInstruction
impl RefUnwindSafe for ProcessedInstruction
impl Send for ProcessedInstruction
impl Sync for ProcessedInstruction
impl Unpin for ProcessedInstruction
impl UnsafeUnpin for ProcessedInstruction
impl UnwindSafe for ProcessedInstruction
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