Enum stm32_metapac::syscfg::vals::Pinmux0
#[repr(u8)]pub enum Pinmux0 {
PB7 = 0,
PC14 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pinmux0
impl Ord for Pinmux0
§impl PartialOrd for Pinmux0
impl PartialOrd for Pinmux0
impl Copy for Pinmux0
impl Eq for Pinmux0
impl StructuralPartialEq for Pinmux0
Auto Trait Implementations§
impl Freeze for Pinmux0
impl RefUnwindSafe for Pinmux0
impl Send for Pinmux0
impl Sync for Pinmux0
impl Unpin for Pinmux0
impl UnwindSafe for Pinmux0
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)