Struct solana_bpf_loader_program::BpfExecutor
source · pub struct BpfExecutor { /* private fields */ }
Expand description
BPF Loader’s Executor implementation
Trait Implementations§
source§impl Debug for BpfExecutor
impl Debug 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§
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