pub struct PhysAddr(/* private fields */);
Implementations§
Trait Implementations§
§impl AddAssign for PhysAddr
impl AddAssign for PhysAddr
§fn add_assign(&mut self, other: PhysAddr)
fn add_assign(&mut self, other: PhysAddr)
Performs the
+=
operation. Read more§impl Ord for PhysAddr
impl Ord for PhysAddr
§impl PartialOrd for PhysAddr
impl PartialOrd for PhysAddr
§fn partial_cmp(&self, other: &PhysAddr) -> Option<Ordering>
fn partial_cmp(&self, other: &PhysAddr) -> Option<Ordering>
1.0.0 · source§fn 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 SubAssign for PhysAddr
impl SubAssign for PhysAddr
§fn sub_assign(&mut self, other: PhysAddr)
fn sub_assign(&mut self, other: PhysAddr)
Performs the
-=
operation. Read moreimpl Address for PhysAddr
impl Copy for PhysAddr
impl Eq for PhysAddr
impl StructuralPartialEq for PhysAddr
Auto Trait Implementations§
impl Freeze for PhysAddr
impl RefUnwindSafe for PhysAddr
impl Send for PhysAddr
impl Sync for PhysAddr
impl Unpin for PhysAddr
impl UnwindSafe for PhysAddr
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