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

pub enum Size2MiB {}

A “huge” 2MiB page.

Trait Implementations

impl Clone for Size2MiB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Size2MiB
[src]

impl PartialEq for Size2MiB
[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 Size2MiB
[src]

impl PartialOrd for Size2MiB
[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 Size2MiB
[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 Size2MiB
[src]

SIZE: u64 = <Size4KiB>::SIZE * 512

The page size in bytes.

SIZE_AS_DEBUG_STR: &'static str = "2MiB"

A string representation of the page size for debug output.

impl NotGiantPageSize for Size2MiB
[src]

Auto Trait Implementations

impl Send for Size2MiB

impl Sync for Size2MiB