Struct solana_rbpf::insn_builder::Exit[][src]

pub struct Exit<'i> { /* fields omitted */ }
Expand description

struct representation of EXIT instruction

Implementations

push EXIT instruction into BpfCode instruction stack

Trait Implementations

returns instruction opt code

get mutable ebpf::Insn struct

get ebpf::Insn struct

returns destination register

returns source register

returns offset bytes

returns immediate value

sets destination register

sets source register

sets offset bytes

sets immediate value

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.