[][src]Struct bgapi::test::cmd::dtm_tx

pub struct dtm_tx {
    pub packet_type: PacketType,
    pub length: u8,
    pub channel: u8,
    pub phy: Phy,
}

Fields

packet_type: PacketTypelength: u8channel: u8phy: Phy

Methods

impl dtm_tx[src]

pub fn new(
    packet_type: PacketType,
    length: u8,
    channel: u8,
    phy: Phy
) -> Message
[src]

Trait Implementations

impl PartialOrd<dtm_tx> for dtm_tx[src]

impl PartialEq<dtm_tx> for dtm_tx[src]

impl<'_> From<&'_ [u8]> for dtm_tx[src]

impl Into<Vec<u8>> for dtm_tx[src]

impl Clone for dtm_tx[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for dtm_tx[src]

Auto Trait Implementations

impl Send for dtm_tx

impl Unpin for dtm_tx

impl Sync for dtm_tx

impl UnwindSafe for dtm_tx

impl RefUnwindSafe for dtm_tx

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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