pub struct PhysAddrSv32(_);
Trait Implementations
sourceimpl Address for PhysAddrSv32
impl Address for PhysAddrSv32
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 PhysAddrSv32
impl AddressX64 for PhysAddrSv32
sourceimpl Clone for PhysAddrSv32
impl Clone for PhysAddrSv32
sourcefn clone(&self) -> PhysAddrSv32
fn clone(&self) -> PhysAddrSv32
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 PhysAddrSv32
impl Debug for PhysAddrSv32
sourceimpl Ord for PhysAddrSv32
impl Ord for PhysAddrSv32
sourceimpl PartialEq<PhysAddrSv32> for PhysAddrSv32
impl PartialEq<PhysAddrSv32> for PhysAddrSv32
sourcefn eq(&self, other: &PhysAddrSv32) -> bool
fn eq(&self, other: &PhysAddrSv32) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PhysAddrSv32) -> bool
fn ne(&self, other: &PhysAddrSv32) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PhysAddrSv32> for PhysAddrSv32
impl PartialOrd<PhysAddrSv32> for PhysAddrSv32
sourcefn partial_cmp(&self, other: &PhysAddrSv32) -> Option<Ordering>
fn partial_cmp(&self, other: &PhysAddrSv32) -> 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 PhysAddrSv32
impl Eq for PhysAddrSv32
impl PhysicalAddress for PhysAddrSv32
impl StructuralEq for PhysAddrSv32
impl StructuralPartialEq for PhysAddrSv32
Auto Trait Implementations
impl RefUnwindSafe for PhysAddrSv32
impl Send for PhysAddrSv32
impl Sync for PhysAddrSv32
impl Unpin for PhysAddrSv32
impl UnwindSafe for PhysAddrSv32
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