pub struct PortIoAddress(/* private fields */);Expand description
x86 port I/O address.
See RegisterAddress.
Trait Implementations§
Source§impl Clone for PortIoAddress
impl Clone for PortIoAddress
Source§fn clone(&self) -> PortIoAddress
fn clone(&self) -> PortIoAddress
Returns a duplicate 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 PortIoAddress
impl Debug for PortIoAddress
Source§impl Hash for PortIoAddress
impl Hash for PortIoAddress
Source§impl PartialEq for PortIoAddress
impl PartialEq for PortIoAddress
Source§impl PartialOrd for PortIoAddress
impl PartialOrd for PortIoAddress
Source§impl RegisterAddress for PortIoAddress
Available on x86 or x86-64 only.
impl RegisterAddress for PortIoAddress
Available on x86 or x86-64 only.
Source§fn add_offset(self, offset: u8) -> Self
fn add_offset(self, offset: u8) -> Self
Adds a byte offset onto the base register address.
impl Copy for PortIoAddress
impl Eq for PortIoAddress
impl StructuralPartialEq for PortIoAddress
Auto Trait Implementations§
impl Freeze for PortIoAddress
impl RefUnwindSafe for PortIoAddress
impl Send for PortIoAddress
impl Sync for PortIoAddress
impl Unpin for PortIoAddress
impl UnsafeUnpin for PortIoAddress
impl UnwindSafe for PortIoAddress
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