Struct x86_64::structures::paging::Page [] [src]

pub struct Page { /* fields omitted */ }

A virtual 4kB page.

Methods

impl Page
[src]

[src]

Returns the page that contains the given virtual address.

[src]

Returns the start address of the page.

[src]

Returns the level 4 page table index of this page.

[src]

Returns the level 3 page table index of this page.

[src]

Returns the level 2 page table index of this page.

[src]

Returns the level 1 page table index of this page.

Trait Implementations

impl Debug for Page
[src]

[src]

Formats the value using the given formatter.

impl Clone for Page
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Add<u64> for Page
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl AddAssign<u64> for Page
[src]

[src]

Performs the += operation.

impl Sub<u64> for Page
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl SubAssign<u64> for Page
[src]

[src]

Performs the -= operation.