Struct Pinmux5
#[repr(transparent)]pub struct Pinmux5(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pinmux5
impl Pinmux5
pub const B_0X0_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
pub const B_0X0_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
PA3
pub const B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3: Self
pub const B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3: Self
PA3
pub const B_0X1_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
pub const B_0X1_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
PA4
pub const B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3: Self
pub const B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3: Self
PA4
pub const B_0X2_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
pub const B_0X2_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
PA5
pub const B_0X3_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
pub const B_0X3_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1: Self
PA6
Trait Implementations§
§impl Ord for Pinmux5
impl Ord for Pinmux5
§impl PartialOrd for Pinmux5
impl PartialOrd for Pinmux5
impl Copy for Pinmux5
impl Eq for Pinmux5
impl StructuralPartialEq for Pinmux5
Auto Trait Implementations§
impl Freeze for Pinmux5
impl RefUnwindSafe for Pinmux5
impl Send for Pinmux5
impl Sync for Pinmux5
impl Unpin for Pinmux5
impl UnwindSafe for Pinmux5
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