Struct kernel::hil::uart::UARTParams   
                   
                       [−]
                   
               [src]
pub struct UARTParams {
    pub baud_rate: u32,
    pub stop_bits: StopBits,
    pub parity: Parity,
    pub hw_flow_control: bool,
}Fields
baud_rate: u32
                           
                           
                           
                           stop_bits: StopBits
                           
                           
                           
                           parity: Parity
                           
                           
                           
                           hw_flow_control: bool
                           
            Trait Implementations
impl Copy for UARTParams[src]
impl Clone for UARTParams[src]
fn clone(&self) -> UARTParams[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more