Struct nrf52::uart::UARTParams
[−]
[src]
pub struct UARTParams { pub baud_rate: u32, }
Fields
baud_rate: u32
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