[][src]Struct ublox::CfgMsgAllPortsBuilder

pub struct CfgMsgAllPortsBuilder {
    pub msg_class: u8,
    pub msg_id: u8,
    pub rates: [u8; 6],
}

Set Message rate configuration Send rate is relative to the event a message is registered on. For example, if the rate of a navigation message is set to 2, the message is sent every second navigation solution Struct that is used to construct packets, see the crate-level documentation for more information

Fields

msg_class: u8
msg_id: u8
rates: [u8; 6]

Send rate on I/O Port (6 Ports)

Implementations

impl CfgMsgAllPortsBuilder[src]

impl CfgMsgAllPortsBuilder[src]

pub fn set_rate_for<T: UbxPacketMeta>(rates: [u8; 6]) -> Self[src]

Trait Implementations

impl From<CfgMsgAllPortsBuilder> for [u8; 16][src]

impl UbxPacketCreator for CfgMsgAllPortsBuilder[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.