pub struct Pio<T> { /* private fields */ }Expand description
A generic PIO interface.
Implementations§
Trait Implementations§
Source§impl HardwareIo for Pio<u16>
Read/write for word PIO.
impl HardwareIo for Pio<u16>
Read/write for word PIO.
Source§impl HardwareIo for Pio<u32>
Read/write for dword PIO.
impl HardwareIo for Pio<u32>
Read/write for dword PIO.
Source§impl HardwareIo for Pio<u8>
Read/write for byte PIO.
impl HardwareIo for Pio<u8>
Read/write for byte PIO.
impl<T: Copy> Copy for Pio<T>
Auto Trait Implementations§
impl<T> Freeze for Pio<T>
impl<T> RefUnwindSafe for Pio<T>where
T: RefUnwindSafe,
impl<T> Send for Pio<T>where
T: Send,
impl<T> Sync for Pio<T>where
T: Sync,
impl<T> Unpin for Pio<T>where
T: Unpin,
impl<T> UnwindSafe for Pio<T>where
T: UnwindSafe,
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