Struct solana_program_runtime::native_loader::NativeLoader
source · [−]pub struct NativeLoader { /* private fields */ }
Implementations
sourceimpl NativeLoader
impl NativeLoader
pub fn process_instruction(
&self,
first_instruction_account: usize,
instruction_data: &[u8],
invoke_context: &mut InvokeContext<'_>
) -> Result<(), InstructionError>
Trait Implementations
sourceimpl Debug for NativeLoader
impl Debug for NativeLoader
sourceimpl Default for NativeLoader
impl Default for NativeLoader
sourcefn default() -> NativeLoader
fn default() -> NativeLoader
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NativeLoader
impl Send for NativeLoader
impl Sync for NativeLoader
impl Unpin for NativeLoader
impl UnwindSafe for NativeLoader
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more