Enum cqc::XtraHdr[][src]

pub enum XtraHdr {
    Rot(RotHdr),
    Qubit(QubitHdr),
    Comm(CommHdr),
    None,
}

Extra Header

Some commands require an additional header to follow the Command Header.

Variants

Methods

impl XtraHdr
[src]

Trait Implementations

impl Debug for XtraHdr
[src]

Formats the value using the given formatter. Read more

impl PartialEq for XtraHdr
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for XtraHdr

impl Sync for XtraHdr