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]

[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.

Important traits for PageRange
[src]

Important traits for PageRangeInclusive
[src]

Trait Implementations

impl Debug for Page
[src]

[src]

Formats the value using the given formatter. Read more

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 Copy for Page
[src]

impl PartialEq for Page
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl PartialOrd for Page
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. 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.

impl Sub<Page> for Page
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

Auto Trait Implementations

impl Send for Page

impl Sync for Page