Enum polyhal::pagetable::MappingSize
source · pub enum MappingSize {
Page4KB,
}Expand description
This structure indicates size of the page that will be mapped.
TODO: Support More Page Size, 16KB or 32KB Just support 4KB right now.
Variants§
Page4KB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappingSize
impl RefUnwindSafe for MappingSize
impl Send for MappingSize
impl Sync for MappingSize
impl Unpin for MappingSize
impl UnwindSafe for MappingSize
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