Enum 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