Enum x86_64::structures::paging::Size4KiB[][src]

pub enum Size4KiB {}

A standard 4KiB page.

Trait Implementations

impl<'a> Mapper<Size4KiB> for RecursivePageTable<'a>
[src]

Creates a new mapping in the page table. Read more

Removes a mapping from the page table and returns the frame that used to be mapped. Read more

Updates the flags of an existing mapping.

Return the frame that the specified page is mapped to.

Maps the given frame to the virtual page with the same address.

impl Clone for Size4KiB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Size4KiB
[src]

impl PartialEq for Size4KiB
[src]

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

This method tests for !=.

impl Eq for Size4KiB
[src]

impl PartialOrd for Size4KiB
[src]

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

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

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

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

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

impl Ord for Size4KiB
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PageSize for Size4KiB
[src]

SIZE: u64 = 4096

The page size in bytes.

SIZE_AS_DEBUG_STR: &'static str = "4KiB"

A string representation of the page size for debug output.

impl NotGiantPageSize for Size4KiB
[src]

Auto Trait Implementations

impl Send for Size4KiB

impl Sync for Size4KiB