pub struct AcpiIoAddress(pub usize);
Expand description
The address of an I/O port
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for AcpiIoAddress
impl Clone for AcpiIoAddress
Source§fn clone(&self) -> AcpiIoAddress
fn clone(&self) -> AcpiIoAddress
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 AcpiIoAddress
impl Debug for AcpiIoAddress
impl Copy for AcpiIoAddress
Auto Trait Implementations§
impl Freeze for AcpiIoAddress
impl RefUnwindSafe for AcpiIoAddress
impl Send for AcpiIoAddress
impl Sync for AcpiIoAddress
impl Unpin for AcpiIoAddress
impl UnwindSafe for AcpiIoAddress
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