Struct lambdaOS::task::context::Context [] [src]

pub struct Context {
    pub cr3: usize,
    pub rsp: usize,
    // some fields omitted
}

Fields

Methods

impl Context
[src]

[src]

[src]

Switch to the new context.

[src]

Set the active page table of this context.

[src]

Set stack pointer.

Trait Implementations

impl Clone for Context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Context
[src]

[src]

Formats the value using the given formatter.