Struct xio_common::query_module_state::Request[][src]

pub struct Request {
    pub module_id: u16,
}

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

Auto Trait Implementations

impl Send for Request

impl Sync for Request