[][src]Struct ublox::CfgPrtUartBuilder

pub struct CfgPrtUartBuilder {
    pub portid: UartPortId,
    pub reserved0: u8,
    pub tx_ready: u16,
    pub mode: u32,
    pub baud_rate: u32,
    pub in_proto_mask: u16,
    pub out_proto_mask: u16,
    pub flags: u16,
    pub reserved5: u16,
}

Port Configuration for UART Struct that is used to construct packets, see the crate-level documentation for more information

Fields

portid: UartPortId
reserved0: u8
tx_ready: u16
mode: u32
baud_rate: u32
in_proto_mask: u16
out_proto_mask: u16
flags: u16
reserved5: u16

Implementations

impl CfgPrtUartBuilder[src]

Trait Implementations

impl From<CfgPrtUartBuilder> for [u8; 28][src]

impl UbxPacketCreator for CfgPrtUartBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.