pub enum PageKind {
Normal,
Large,
Huge,
}
Expand description
The different kind of physical pages.
Variants§
Implementations§
Trait Implementations§
impl Copy for PageKind
impl Eq for PageKind
impl StructuralPartialEq for PageKind
Auto Trait Implementations§
impl Freeze for PageKind
impl RefUnwindSafe for PageKind
impl Send for PageKind
impl Sync for PageKind
impl Unpin for PageKind
impl UnwindSafe for PageKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more