Struct solana_program_runtime::invoke_context::ProcessInstructionResult [−][src]
pub struct ProcessInstructionResult {
pub compute_units_consumed: u64,
pub result: Result<(), InstructionError>,
}
Fields
compute_units_consumed: u64
result: Result<(), InstructionError>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.