pub enum HugePageSize {}
Expand description
A 1 GiB page mapped in the L1Table.
Trait Implementations§
source§impl Clone for HugePageSize
impl Clone for HugePageSize
source§fn clone(&self) -> HugePageSize
fn clone(&self) -> HugePageSize
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 HugePageSize
impl PageSize for HugePageSize
impl Copy for HugePageSize
Auto Trait Implementations§
impl Freeze for HugePageSize
impl RefUnwindSafe for HugePageSize
impl Send for HugePageSize
impl Sync for HugePageSize
impl Unpin for HugePageSize
impl UnwindSafe for HugePageSize
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