[−][src]Struct syscall::io::Pio
Generic PIO
Implementations
impl<T> Pio<T>
[src]
Trait Implementations
impl<T: Clone> Clone for Pio<T>
[src]
fn clone(&self) -> Pio<T>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Copy> Copy for Pio<T>
[src]
impl Io for Pio<u8>
[src]
Read/Write for byte PIO
type Value = u8
fn read(&self) -> u8
[src]
Read
fn write(&mut self, value: u8)
[src]
Write
fn readf(&self, flags: Self::Value) -> bool
[src]
fn writef(&mut self, flags: Self::Value, value: bool)
[src]
impl Io for Pio<u16>
[src]
Read/Write for word PIO
type Value = u16
fn read(&self) -> u16
[src]
Read
fn write(&mut self, value: u16)
[src]
Write
fn readf(&self, flags: Self::Value) -> bool
[src]
fn writef(&mut self, flags: Self::Value, value: bool)
[src]
impl Io for Pio<u32>
[src]
Read/Write for doubleword PIO
Auto Trait Implementations
impl<T> Send for Pio<T> where
T: Send,
T: Send,
impl<T> Sync for Pio<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Pio<T> where
T: Unpin,
T: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,