Enum cqc::RspInfo[][src]

pub enum RspInfo {
    Notify(NotifyHdr),
    EntInfo(EntInfoHdr),
    None,
}

Response Info

Some responses from a CQC backed will be followed by either a Notify Header or an Entanglement Info Header.

Variants

Methods

impl RspInfo
[src]

Trait Implementations

impl Debug for RspInfo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RspInfo
[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 RspInfo

impl Sync for RspInfo