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

pub trait NotGiantPageSize: PageSize { }
Expand description

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

Implementors