pub enum LargePageSize {}
Expand description
A 2 MiB page mapped in the L2Table.
Trait Implementations§
source§impl Clone for LargePageSize
impl Clone for LargePageSize
source§fn clone(&self) -> LargePageSize
fn clone(&self) -> LargePageSize
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PageSize for LargePageSize
impl PageSize for LargePageSize
impl Copy for LargePageSize
Auto Trait Implementations§
impl Freeze for LargePageSize
impl RefUnwindSafe for LargePageSize
impl Send for LargePageSize
impl Sync for LargePageSize
impl Unpin for LargePageSize
impl UnwindSafe for LargePageSize
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