Struct kernel::process::FunctionCall [] [src]

pub struct FunctionCall {
    pub r0: usize,
    pub r1: usize,
    pub r2: usize,
    pub r3: usize,
    pub pc: usize,
}

Fields

Trait Implementations

impl Copy for FunctionCall
[src]

impl Clone for FunctionCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FunctionCall
[src]

[src]

Formats the value using the given formatter. Read more