Struct solana_bpf_loader_program::syscalls::SyscallAbort [−][src]
pub struct SyscallAbort {}Expand description
Abort syscall functions, called when the BPF program calls abort()
LLVM will insert calls to abort() if it detects an untenable situation,
abort() is not intended to be called explicitly by the program.
Causes the BPF program to be halted immediately
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SyscallAbortimpl Send for SyscallAbortimpl Sync for SyscallAbortimpl Unpin for SyscallAbortimpl UnwindSafe for SyscallAbortBlanket Implementations
pub default fn example() -> TMutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V