pub struct BuiltinProgram {
pub program_id: Pubkey,
pub process_instruction: ProcessInstructionWithContext,
}Fields§
§program_id: Pubkey§process_instruction: ProcessInstructionWithContextTrait Implementations§
source§impl Clone for BuiltinProgram
impl Clone for BuiltinProgram
source§fn clone(&self) -> BuiltinProgram
fn clone(&self) -> BuiltinProgram
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more