[][src]Trait x86_64::structures::paging::page::NotGiantPageSize

pub trait NotGiantPageSize: PageSize { }

This trait is implemented for 4KiB and 2MiB pages, but not for 1GiB pages.

Implementors

impl NotGiantPageSize for Size2MiB[src]

impl NotGiantPageSize for Size4KiB[src]

Loading content...