Struct xio_common::uninitialize_module::Response[][src]

pub struct Response {
    pub error: ErrorCode,
}

Fields

Trait Implementations

impl Clone for Response
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Response
[src]

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

This method tests for !=.

impl IsResponse for Response
[src]

impl IsValidResponseFor for Response
[src]

impl HasErrorCode for Response
[src]

impl TryFromResponse for Response
[src]

impl From<Response> for Response
[src]

Performs the conversion.

impl HasFixedCommandId for Response
[src]

COMMAND_ID: u16 = 14339

Auto Trait Implementations

impl Send for Response

impl Sync for Response