pub struct InstrIoAccess;
Expand description
A struct to access io ports using in/out instructions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstrIoAccess
impl RefUnwindSafe for InstrIoAccess
impl Send for InstrIoAccess
impl Sync for InstrIoAccess
impl Unpin for InstrIoAccess
impl UnwindSafe for InstrIoAccess
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