pub struct PhysAddrSv39(_);
Trait Implementations
sourceimpl Address for PhysAddrSv39
impl Address for PhysAddrSv39
fn new(addr: usize) -> Self
fn as_usize(&self) -> usize
fn page_number(&self) -> usize
fn page_offset(&self) -> usize
fn to_4k_aligned(&self) -> Self
sourceimpl AddressX64 for PhysAddrSv39
impl AddressX64 for PhysAddrSv39
sourceimpl Clone for PhysAddrSv39
impl Clone for PhysAddrSv39
sourcefn clone(&self) -> PhysAddrSv39
fn clone(&self) -> PhysAddrSv39
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PhysAddrSv39
impl Debug for PhysAddrSv39
sourceimpl Ord for PhysAddrSv39
impl Ord for PhysAddrSv39
sourceimpl PartialEq<PhysAddrSv39> for PhysAddrSv39
impl PartialEq<PhysAddrSv39> for PhysAddrSv39
sourcefn eq(&self, other: &PhysAddrSv39) -> bool
fn eq(&self, other: &PhysAddrSv39) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PhysAddrSv39) -> bool
fn ne(&self, other: &PhysAddrSv39) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PhysAddrSv39> for PhysAddrSv39
impl PartialOrd<PhysAddrSv39> for PhysAddrSv39
sourcefn partial_cmp(&self, other: &PhysAddrSv39) -> Option<Ordering>
fn partial_cmp(&self, other: &PhysAddrSv39) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for PhysAddrSv39
impl Eq for PhysAddrSv39
impl PhysicalAddress for PhysAddrSv39
impl StructuralEq for PhysAddrSv39
impl StructuralPartialEq for PhysAddrSv39
Auto Trait Implementations
impl RefUnwindSafe for PhysAddrSv39
impl Send for PhysAddrSv39
impl Sync for PhysAddrSv39
impl Unpin for PhysAddrSv39
impl UnwindSafe for PhysAddrSv39
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more