pub struct IoAddress(pub u64);
Expand description
Memory Mapped IO (MMIO) address.
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Source§impl From<PioAddress> for IoAddress
impl From<PioAddress> for IoAddress
Source§fn from(addr: PioAddress) -> Self
fn from(addr: PioAddress) -> Self
Converts to this type from the input type.
Source§impl Ord for IoAddress
impl Ord for IoAddress
Source§impl PartialOrd for IoAddress
impl PartialOrd for IoAddress
Source§impl TryFrom<IoAddress> for PioAddress
impl TryFrom<IoAddress> for PioAddress
impl Copy for IoAddress
impl Eq for IoAddress
impl StructuralPartialEq for IoAddress
Auto Trait Implementations§
impl Freeze for IoAddress
impl RefUnwindSafe for IoAddress
impl Send for IoAddress
impl Sync for IoAddress
impl Unpin for IoAddress
impl UnwindSafe for IoAddress
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