[−][src]Struct x86::bits64::paging::VAddr
A wrapper for a virtual address.
Methods
impl VAddr
[src]
pub const fn from_u64(v: u64) -> Self
[src]
Convert from u64
pub const fn from_usize(v: usize) -> Self
[src]
Convert from usize
pub const fn as_u64(self) -> u64
[src]
Convert to u64
pub const fn as_usize(self) -> usize
[src]
Convert to usize
pub fn as_mut_ptr<T>(self) -> *mut T
[src]
Convert to mutable pointer.
pub fn as_ptr<T>(self) -> *const T
[src]
Convert to pointer.
pub const fn zero() -> Self
[src]
Physical Address zero.
pub fn is_zero(self) -> bool
[src]
Is zero?
pub fn base_page_offset(self) -> u64
[src]
Offset within the 4 KiB page.
pub fn large_page_offset(self) -> u64
[src]
Offset within the 2 MiB page.
pub fn huge_page_offset(self) -> u64
[src]
Offset within the 1 GiB page.
pub fn align_down_to_base_page(self) -> Self
[src]
Return address of nearest 4 KiB page (lower or equal than self).
pub fn align_down_to_large_page(self) -> Self
[src]
Return address of nearest 2 MiB page (lower or equal than self).
pub fn align_down_to_huge_page(self) -> Self
[src]
Return address of nearest 1 GiB page (lower or equal than self).
pub fn align_up_to_base_page(self) -> Self
[src]
Return address of nearest 4 KiB page (higher or equal than self).
pub fn align_up_to_large_page(self) -> Self
[src]
Return address of nearest 2 MiB page (higher or equal than self).
pub fn align_up_to_huge_page(self) -> Self
[src]
Return address of nearest 1 GiB page (higher or equal than self).
pub fn is_base_page_aligned(self) -> bool
[src]
Is this address aligned to a 4 KiB page?
pub fn is_large_page_aligned(self) -> bool
[src]
Is this address aligned to a 2 MiB page?
pub fn is_huge_page_aligned(self) -> bool
[src]
Is this address aligned to a 1 GiB page?
pub fn is_aligned<U>(self, align: U) -> bool where
U: Into<u64> + Copy,
[src]
U: Into<u64> + Copy,
Trait Implementations
impl Add<VAddr> for VAddr
[src]
type Output = VAddr
The resulting type after applying the +
operator.
fn add(self, rhs: VAddr) -> Self::Output
[src]
impl Add<u64> for VAddr
[src]
type Output = VAddr
The resulting type after applying the +
operator.
fn add(self, rhs: u64) -> Self::Output
[src]
impl Add<usize> for VAddr
[src]
type Output = VAddr
The resulting type after applying the +
operator.
fn add(self, rhs: usize) -> Self::Output
[src]
impl AddAssign<VAddr> for VAddr
[src]
fn add_assign(&mut self, other: VAddr)
[src]
impl AddAssign<u64> for VAddr
[src]
fn add_assign(&mut self, offset: u64)
[src]
impl AddAssign<usize> for VAddr
[src]
fn add_assign(&mut self, offset: usize)
[src]
impl Binary for VAddr
[src]
impl BitAnd<VAddr> for VAddr
[src]
type Output = Self
The resulting type after applying the &
operator.
fn bitand(self, rhs: Self) -> Self::Output
[src]
impl BitAnd<i32> for VAddr
[src]
type Output = VAddr
The resulting type after applying the &
operator.
fn bitand(self, rhs: i32) -> Self::Output
[src]
impl BitAnd<u64> for VAddr
[src]
type Output = VAddr
The resulting type after applying the &
operator.
fn bitand(self, rhs: u64) -> Self::Output
[src]
impl BitAnd<usize> for VAddr
[src]
type Output = VAddr
The resulting type after applying the &
operator.
fn bitand(self, rhs: usize) -> Self::Output
[src]
impl BitOr<VAddr> for VAddr
[src]
type Output = VAddr
The resulting type after applying the |
operator.
fn bitor(self, rhs: VAddr) -> VAddr
[src]
impl BitOr<u64> for VAddr
[src]
type Output = VAddr
The resulting type after applying the |
operator.
fn bitor(self, rhs: u64) -> Self::Output
[src]
impl BitOr<usize> for VAddr
[src]
type Output = VAddr
The resulting type after applying the |
operator.
fn bitor(self, rhs: usize) -> Self::Output
[src]
impl Clone for VAddr
[src]
fn clone(&self) -> VAddr
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for VAddr
[src]
impl Debug for VAddr
[src]
impl Display for VAddr
[src]
impl Eq for VAddr
[src]
impl From<i32> for VAddr
[src]
impl From<u64> for VAddr
[src]
impl From<usize> for VAddr
[src]
impl Into<u64> for VAddr
[src]
impl Into<usize> for VAddr
[src]
impl LowerHex for VAddr
[src]
impl Octal for VAddr
[src]
impl Ord for VAddr
[src]
fn cmp(&self, other: &VAddr) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<VAddr> for VAddr
[src]
impl PartialOrd<VAddr> for VAddr
[src]
fn partial_cmp(&self, other: &VAddr) -> Option<Ordering>
[src]
fn lt(&self, other: &VAddr) -> bool
[src]
fn le(&self, other: &VAddr) -> bool
[src]
fn gt(&self, other: &VAddr) -> bool
[src]
fn ge(&self, other: &VAddr) -> bool
[src]
impl Pointer for VAddr
[src]
impl Rem<VAddr> for VAddr
[src]
type Output = VAddr
The resulting type after applying the %
operator.
fn rem(self, rhs: VAddr) -> Self::Output
[src]
impl Rem<u64> for VAddr
[src]
type Output = u64
The resulting type after applying the %
operator.
fn rem(self, rhs: Self::Output) -> Self::Output
[src]
impl Rem<usize> for VAddr
[src]
type Output = usize
The resulting type after applying the %
operator.
fn rem(self, rhs: Self::Output) -> Self::Output
[src]
impl Shr<i32> for VAddr
[src]
type Output = u64
The resulting type after applying the >>
operator.
fn shr(self, rhs: i32) -> Self::Output
[src]
impl Shr<u64> for VAddr
[src]
type Output = u64
The resulting type after applying the >>
operator.
fn shr(self, rhs: u64) -> Self::Output
[src]
impl Shr<usize> for VAddr
[src]
type Output = u64
The resulting type after applying the >>
operator.
fn shr(self, rhs: usize) -> Self::Output
[src]
impl StructuralEq for VAddr
[src]
impl StructuralPartialEq for VAddr
[src]
impl Sub<VAddr> for VAddr
[src]
type Output = VAddr
The resulting type after applying the -
operator.
fn sub(self, rhs: VAddr) -> Self::Output
[src]
impl Sub<u64> for VAddr
[src]
type Output = VAddr
The resulting type after applying the -
operator.
fn sub(self, rhs: u64) -> Self::Output
[src]
impl Sub<usize> for VAddr
[src]
type Output = VAddr
The resulting type after applying the -
operator.
fn sub(self, rhs: usize) -> Self::Output
[src]
impl UpperHex for VAddr
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,