[][src]Enum x86_64::structures::paging::page::Size1GiB

pub enum Size1GiB {}

A “giant” 1GiB page.

(Only available on newer x86_64 CPUs.)

Trait Implementations

impl Clone for Size1GiB[src]

impl Copy for Size1GiB[src]

impl Debug for Size1GiB[src]

impl Eq for Size1GiB[src]

impl<'a, P: PhysToVirt> Mapper<Size1GiB> for MappedPageTable<'a, P>[src]

impl<'a> Mapper<Size1GiB> for OffsetPageTable<'a>[src]

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

impl Ord for Size1GiB[src]

impl PageSize for Size1GiB[src]

impl PartialEq<Size1GiB> for Size1GiB[src]

impl PartialOrd<Size1GiB> for Size1GiB[src]

impl StructuralEq for Size1GiB[src]

impl StructuralPartialEq for Size1GiB[src]

Auto Trait Implementations

impl Send for Size1GiB

impl Sync for Size1GiB

impl Unpin for Size1GiB

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.