Trait hal_x86_64::mm::page::StaticSize
pub trait StaticSize: Copy + Eq + PartialEq + Display {
const SIZE: usize;
const PRETTY_NAME: &'static str;
const INSTANCE: Self;
}
Expand description
A statically known page size.
Required Associated Constants§
const PRETTY_NAME: &'static str
const INSTANCE: Self
Object Safety§
This trait is not object safe.