Struct xio_common::write_value_to_parameter::Request[][src]

pub struct Request {
    pub parameter_index: u16,
    pub value: DataValueRaw,
}

Fields

Trait Implementations

impl Clone for Request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Request
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Request
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl IsRequest for Request
[src]

impl From<Request> for Request
[src]

Performs the conversion.

impl HasFixedCommandId for Request
[src]

COMMAND_ID: u16 = 10260

Auto Trait Implementations

impl Send for Request

impl Sync for Request