Trait x86_64::structures::paging::PageSize [] [src]

pub trait PageSize: Copy + Eq + PartialOrd + Ord {
    const SIZE: u64;
    const SIZE_AS_DEBUG_STR: &'static str;
}

Associated Constants

Implementors