Struct solana_sdk::process_instruction::InvokeContextStackFrame [−][src]
pub struct InvokeContextStackFrame<'a> { pub key: Pubkey, pub keyed_accounts: Vec<KeyedAccount<'a>>, pub keyed_accounts_range: Range<usize>, }
Fields
key: Pubkey
keyed_accounts: Vec<KeyedAccount<'a>>
keyed_accounts_range: Range<usize>
Implementations
impl<'a> InvokeContextStackFrame<'a>
[src]
impl<'a> InvokeContextStackFrame<'a>
[src]pub fn new(key: Pubkey, keyed_accounts: Vec<KeyedAccount<'a>>) -> Self
[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for InvokeContextStackFrame<'a>
impl<'a> !Send for InvokeContextStackFrame<'a>
impl<'a> !Sync for InvokeContextStackFrame<'a>
impl<'a> Unpin for InvokeContextStackFrame<'a>
impl<'a> !UnwindSafe for InvokeContextStackFrame<'a>
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,