[][src]Struct lrl_test_compiler::environment::config::ConfigDeviceAddress

pub struct ConfigDeviceAddress {
    pub board_address: u8,
    pub channel: u8,
}

Fields

board_address: u8channel: u8

Trait Implementations

impl Clone for ConfigDeviceAddress[src]

impl Copy for ConfigDeviceAddress[src]

impl Debug for ConfigDeviceAddress[src]

impl<'de> Deserialize<'de> for ConfigDeviceAddress[src]

impl From<ConfigDeviceAddress> for u16[src]

fn from(device_address: ConfigDeviceAddress) -> Self[src]

Convert a device address board and channel into a single u16

impl From<u16> for ConfigDeviceAddress[src]

fn from(device_address: u16) -> Self[src]

Create a device address board and channel from a single u16

impl PartialEq<ConfigDeviceAddress> for ConfigDeviceAddress[src]

impl StructuralPartialEq for ConfigDeviceAddress[src]

Auto Trait Implementations

impl RefUnwindSafe for ConfigDeviceAddress

impl Send for ConfigDeviceAddress

impl Sync for ConfigDeviceAddress

impl Unpin for ConfigDeviceAddress

impl UnwindSafe for ConfigDeviceAddress

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

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

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]