Struct cqc::ReqCmd[][src]

pub struct ReqCmd {
    pub cmd_hdr: CmdHdr,
    pub xtra_hdr: XtraHdr,
}

Command Request

A command request follows the CQC Header for certain message types. It consists of the Command Header and for certain command types an additional header is required.

Fields

Methods

impl ReqCmd
[src]

Trait Implementations

impl Debug for ReqCmd
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ReqCmd
[src]

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

This method tests for !=.

impl Serialize for ReqCmd
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for ReqCmd

impl Sync for ReqCmd