pub struct UartConfig {
pub baud: UartBaud,
pub start_bits: UartBitCount,
pub stop_bits: UartBitCount,
pub fifo: UartFifoDepth,
}Fields§
§baud: UartBaud§start_bits: UartBitCount§stop_bits: UartBitCount§fifo: UartFifoDepthAuto Trait Implementations§
impl Freeze for UartConfig
impl RefUnwindSafe for UartConfig
impl Send for UartConfig
impl Sync for UartConfig
impl Unpin for UartConfig
impl UnwindSafe for UartConfig
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