[][src]Trait solana_rbpf::ebpf::HelperObject

pub trait HelperObject<E: UserDefinedError> {
    fn call(
        &mut self,
        _: u64,
        _: u64,
        _: u64,
        _: u64,
        _: u64,
        _: &[MemoryRegion],
        _: &[MemoryRegion]
    ) -> Result<u64, EbpfError<E>>; }

Helper with context

Required methods

fn call(
    &mut self,
    _: u64,
    _: u64,
    _: u64,
    _: u64,
    _: u64,
    _: &[MemoryRegion],
    _: &[MemoryRegion]
) -> Result<u64, EbpfError<E>>

Call the helper function

Loading content...

Implementors

Loading content...