pub struct PhysicalAddress { /* private fields */ }Implementations§
Source§impl PhysicalAddress
impl PhysicalAddress
Trait Implementations§
Source§impl Clone for PhysicalAddress
impl Clone for PhysicalAddress
Source§fn clone(&self) -> PhysicalAddress
fn clone(&self) -> PhysicalAddress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PhysicalAddress
impl Debug for PhysicalAddress
Source§impl Default for PhysicalAddress
impl Default for PhysicalAddress
Source§impl From<PhysicalAddress> for PhysicalAddress
impl From<PhysicalAddress> for PhysicalAddress
Source§fn from(value: PhysicalAddress) -> Self
fn from(value: PhysicalAddress) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PhysicalAddress> for PhysicalAddress
impl TryFrom<PhysicalAddress> for PhysicalAddress
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PhysicalAddress) -> Result<Self, ConversionError>
fn try_from(value: PhysicalAddress) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PhysicalAddress
impl RefUnwindSafe for PhysicalAddress
impl Send for PhysicalAddress
impl Sync for PhysicalAddress
impl Unpin for PhysicalAddress
impl UnsafeUnpin for PhysicalAddress
impl UnwindSafe for PhysicalAddress
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