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

pub struct PageTable { /* fields omitted */ }

Methods

impl PageTable
[src]

[src]

Trait Implementations

impl Index<usize> for PageTable
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<usize> for PageTable
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl Index<u9> for PageTable
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<u9> for PageTable
[src]

[src]

Performs the mutable indexing (container[index]) operation.