[][src]Struct tinkerforge::red_brick::ProgramCommand

pub struct ProgramCommand {
    pub error_code: u8,
    pub executable_string_id: u16,
    pub arguments_list_id: u16,
    pub environment_list_id: u16,
    pub working_directory_string_id: u16,
}

Fields

error_code: u8executable_string_id: u16arguments_list_id: u16environment_list_id: u16working_directory_string_id: u16

Trait Implementations

impl FromByteSlice for ProgramCommand[src]

impl Clone for ProgramCommand[src]

impl Copy for ProgramCommand[src]

impl Default for ProgramCommand[src]

impl Eq for ProgramCommand[src]

impl PartialEq<ProgramCommand> for ProgramCommand[src]

impl Debug for ProgramCommand[src]

impl Hash for ProgramCommand[src]

impl StructuralPartialEq for ProgramCommand[src]

impl StructuralEq for ProgramCommand[src]

Auto Trait Implementations

Blanket Implementations

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

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

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self