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