pub struct AcpiPhysicalAddress(pub usize);
Expand description
A physical address into main memory
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Source§impl Clone for AcpiPhysicalAddress
impl Clone for AcpiPhysicalAddress
Source§fn clone(&self) -> AcpiPhysicalAddress
fn clone(&self) -> AcpiPhysicalAddress
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AcpiPhysicalAddress
impl Debug for AcpiPhysicalAddress
Source§impl Ord for AcpiPhysicalAddress
impl Ord for AcpiPhysicalAddress
Source§fn cmp(&self, other: &AcpiPhysicalAddress) -> Ordering
fn cmp(&self, other: &AcpiPhysicalAddress) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AcpiPhysicalAddress
impl PartialEq for AcpiPhysicalAddress
Source§impl PartialOrd for AcpiPhysicalAddress
impl PartialOrd for AcpiPhysicalAddress
impl Copy for AcpiPhysicalAddress
impl Eq for AcpiPhysicalAddress
impl StructuralPartialEq for AcpiPhysicalAddress
Auto Trait Implementations§
impl Freeze for AcpiPhysicalAddress
impl RefUnwindSafe for AcpiPhysicalAddress
impl Send for AcpiPhysicalAddress
impl Sync for AcpiPhysicalAddress
impl Unpin for AcpiPhysicalAddress
impl UnwindSafe for AcpiPhysicalAddress
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