Struct solana_bpf_loader_program::BpfExecutor
source · pub struct BpfExecutor { /* private fields */ }
Expand description
BPF Loader’s Executor implementation
Trait Implementations
sourceimpl Debug for BpfExecutor
impl Debug for BpfExecutor
sourceimpl Executor for BpfExecutor
impl Executor for BpfExecutor
Auto Trait Implementations
impl RefUnwindSafe for BpfExecutor
impl Send for BpfExecutor
impl Sync for BpfExecutor
impl Unpin for BpfExecutor
impl !UnwindSafe for BpfExecutor
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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