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

#[repr(transparent)]
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.

impl Debug for PageTable
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PageTable

impl Sync for PageTable