pub struct PioAddress(pub PioAddressOffset);Expand description
Represents a PIO address.
Tuple Fields§
§0: PioAddressOffsetTrait Implementations§
Source§impl Add<u16> for PioAddress
impl Add<u16> for PioAddress
Source§type Output = PioAddress
type Output = PioAddress
The resulting type after applying the
+ operator.Source§impl BusManager<PioAddress> for IoManager
impl BusManager<PioAddress> for IoManager
Source§impl Clone for PioAddress
impl Clone for PioAddress
Source§fn clone(&self) -> PioAddress
fn clone(&self) -> PioAddress
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 PioAddress
impl Debug for PioAddress
Source§impl Ord for PioAddress
impl Ord for PioAddress
Source§impl PartialEq for PioAddress
impl PartialEq for PioAddress
Source§impl PartialOrd for PioAddress
impl PartialOrd for PioAddress
Source§impl Sub for PioAddress
impl Sub for PioAddress
impl Copy for PioAddress
impl Eq for PioAddress
Auto Trait Implementations§
impl Freeze for PioAddress
impl RefUnwindSafe for PioAddress
impl Send for PioAddress
impl Sync for PioAddress
impl Unpin for PioAddress
impl UnwindSafe for PioAddress
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