Struct Pinmux3
#[repr(transparent)]pub struct Pinmux3(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pinmux3
impl Pinmux3
pub const B_0X0_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8: Self
pub const B_0X0_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8: Self
PA14
pub const B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2: Self
pub const B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2: Self
PA5
pub const B_0X1_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8: Self
pub const B_0X1_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8: Self
PB6
pub const B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2: Self
pub const B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2: Self
PA6
pub const B_0X2_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8: Self
pub const B_0X2_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8: Self
PC15
Trait Implementations§
§impl Ord for Pinmux3
impl Ord for Pinmux3
§impl PartialOrd for Pinmux3
impl PartialOrd for Pinmux3
impl Copy for Pinmux3
impl Eq for Pinmux3
impl StructuralPartialEq for Pinmux3
Auto Trait Implementations§
impl Freeze for Pinmux3
impl RefUnwindSafe for Pinmux3
impl Send for Pinmux3
impl Sync for Pinmux3
impl Unpin for Pinmux3
impl UnwindSafe for Pinmux3
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