Struct kernel::process::FunctionCall
[−]
[src]
pub struct FunctionCall { pub r0: usize, pub r1: usize, pub r2: usize, pub r3: usize, pub pc: usize, }
Fields
r0: usize
r1: usize
r2: usize
r3: usize
pc: usize
Trait Implementations
impl Copy for FunctionCall
[src]
impl Clone for FunctionCall
[src]
fn clone(&self) -> FunctionCall
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more