pub enum SerialDeviceType {
Uart,
Spi,
I2c,
}
Variants§
Auto Trait Implementations§
impl Freeze for SerialDeviceType
impl RefUnwindSafe for SerialDeviceType
impl Send for SerialDeviceType
impl Sync for SerialDeviceType
impl Unpin for SerialDeviceType
impl UnwindSafe for SerialDeviceType
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