Struct Pa11Pa12Rmp
#[repr(transparent)]pub struct Pa11Pa12Rmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pa11Pa12Rmp
impl Pa11Pa12Rmp
pub const NOTREMAPPED: Self
pub const NOTREMAPPED: Self
Pin pair PA9/PA10 mapped on the pins
pub const REMAPPED: Self
pub const REMAPPED: Self
Pin pair PA11/PA12 mapped instead of PA9/PA10
Trait Implementations§
§impl Clone for Pa11Pa12Rmp
impl Clone for Pa11Pa12Rmp
§fn clone(&self) -> Pa11Pa12Rmp
fn clone(&self) -> Pa11Pa12Rmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Pa11Pa12Rmp
impl Ord for Pa11Pa12Rmp
§impl PartialEq for Pa11Pa12Rmp
impl PartialEq for Pa11Pa12Rmp
§impl PartialOrd for Pa11Pa12Rmp
impl PartialOrd for Pa11Pa12Rmp
impl Copy for Pa11Pa12Rmp
impl Eq for Pa11Pa12Rmp
impl StructuralPartialEq for Pa11Pa12Rmp
Auto Trait Implementations§
impl Freeze for Pa11Pa12Rmp
impl RefUnwindSafe for Pa11Pa12Rmp
impl Send for Pa11Pa12Rmp
impl Sync for Pa11Pa12Rmp
impl Unpin for Pa11Pa12Rmp
impl UnwindSafe for Pa11Pa12Rmp
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