Enum xio_common::Response [] [src]

pub enum Response {
    ClearJobSet(Response),
    InitializeModule(Response),
    QueryCommandSetVersion(Response),
    QueryDeviceCapability(Response),
    QueryDeviceFirmwareVersion(Response),
    QueryDeviceManufacturer(Response),
    QueryDeviceUuid(Response),
    QueryFrameFormatVersion(Response),
    QueryJobParameters(Response),
    QueryJob(Response),
    QueryJobSetInfo(Response),
    QueryModuleState(Response),
    ReadRawValueFromParameter(Response),
    ReadValueFromModuleChannel(Response),
    ReadValueFromParameter(Response),
    StartJob(Response),
    StartModule(Response),
    StopJob(Response),
    StopModule(Response),
    UninitializeModule(Response),
    UploadJobParameters(Response),
    UploadJob(Response),
    WriteValueToModuleChannel(Response),
    WriteValueToParameter(Response),
}

Variants

Trait Implementations

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl From<Response> for Response
[src]

[src]

Performs the conversion.

impl IsResponse for Response
[src]

impl Clone for Response
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Response
[src]

[src]

Formats the value using the given formatter. Read more

impl HasCommandId for Response
[src]

[src]

impl SendAndReceive<Request, Response> for Handle
[src]

[src]

Auto Trait Implementations

impl Send for Response

impl Sync for Response