pub struct MaybeInvalidPPN<Meta: VmMeta>(/* private fields */);
Expand description
一个可能无效的物理页号。
Implementations§
Trait Implementations§
Source§impl<Meta: Clone + VmMeta> Clone for MaybeInvalidPPN<Meta>
impl<Meta: Clone + VmMeta> Clone for MaybeInvalidPPN<Meta>
Source§fn clone(&self) -> MaybeInvalidPPN<Meta>
fn clone(&self) -> MaybeInvalidPPN<Meta>
Returns a duplicate 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<Meta: Ord + VmMeta> Ord for MaybeInvalidPPN<Meta>
impl<Meta: Ord + VmMeta> Ord for MaybeInvalidPPN<Meta>
Source§fn cmp(&self, other: &MaybeInvalidPPN<Meta>) -> Ordering
fn cmp(&self, other: &MaybeInvalidPPN<Meta>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<Meta: PartialOrd + VmMeta> PartialOrd for MaybeInvalidPPN<Meta>
impl<Meta: PartialOrd + VmMeta> PartialOrd for MaybeInvalidPPN<Meta>
impl<Meta: Copy + VmMeta> Copy for MaybeInvalidPPN<Meta>
impl<Meta: Eq + VmMeta> Eq for MaybeInvalidPPN<Meta>
impl<Meta: VmMeta> StructuralPartialEq for MaybeInvalidPPN<Meta>
Auto Trait Implementations§
impl<Meta> Freeze for MaybeInvalidPPN<Meta>
impl<Meta> RefUnwindSafe for MaybeInvalidPPN<Meta>where
Meta: RefUnwindSafe,
impl<Meta> Send for MaybeInvalidPPN<Meta>where
Meta: Send,
impl<Meta> Sync for MaybeInvalidPPN<Meta>where
Meta: Sync,
impl<Meta> Unpin for MaybeInvalidPPN<Meta>where
Meta: Unpin,
impl<Meta> UnwindSafe for MaybeInvalidPPN<Meta>where
Meta: UnwindSafe,
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