pub struct VAddr<Meta: VmMeta>(/* private fields */);
Expand description
虚拟地址。
Implementations§
Trait Implementations§
Source§impl<Meta: VmMeta> AddAssign<usize> for VAddr<Meta>
impl<Meta: VmMeta> AddAssign<usize> for VAddr<Meta>
Source§fn add_assign(&mut self, rhs: usize)
fn add_assign(&mut self, rhs: usize)
Performs the
+=
operation. Read moreSource§impl<Meta: Ord + VmMeta> Ord for VAddr<Meta>
impl<Meta: Ord + VmMeta> Ord for VAddr<Meta>
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 VAddr<Meta>
impl<Meta: PartialOrd + VmMeta> PartialOrd for VAddr<Meta>
impl<Meta: Copy + VmMeta> Copy for VAddr<Meta>
impl<Meta: Eq + VmMeta> Eq for VAddr<Meta>
impl<Meta: VmMeta> StructuralPartialEq for VAddr<Meta>
Auto Trait Implementations§
impl<Meta> Freeze for VAddr<Meta>
impl<Meta> RefUnwindSafe for VAddr<Meta>where
Meta: RefUnwindSafe,
impl<Meta> Send for VAddr<Meta>where
Meta: Send,
impl<Meta> Sync for VAddr<Meta>where
Meta: Sync,
impl<Meta> Unpin for VAddr<Meta>where
Meta: Unpin,
impl<Meta> UnwindSafe for VAddr<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