Enum avr_oxide::hal::atmega4809::serial::usart0::SerialPortPins
source · pub enum SerialPortPins {
PortAlow,
PortAhi,
NotConnected,
}
Variants§
Trait Implementations§
source§impl MuxControl for SerialPortPins
impl MuxControl for SerialPortPins
Auto Trait Implementations§
impl Freeze for SerialPortPins
impl RefUnwindSafe for SerialPortPins
impl Send for SerialPortPins
impl Sync for SerialPortPins
impl Unpin for SerialPortPins
impl UnwindSafe for SerialPortPins
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