Struct solana_bpf_loader_program::syscalls::SyscallAbort [−][src]
pub struct SyscallAbort {}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 SyscallAbort
impl RefUnwindSafe for SyscallAbortimpl Send for SyscallAbort
impl Send for SyscallAbortimpl Sync for SyscallAbort
impl Sync for SyscallAbortimpl Unpin for SyscallAbort
impl Unpin for SyscallAbortimpl UnwindSafe for SyscallAbort
impl UnwindSafe for SyscallAbortBlanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for Tpub default fn example() -> T
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype 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>,