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