Enum p25::message::status::StreamSymbol [] [src]

pub enum StreamSymbol {
    Status(StatusCode),
    Data(Dibit),
}

A symbol in a transmitted P25 stream.

Variants

Current symbol is a status code.

Current symbol is a data dibit.

Trait Implementations

impl Copy for StreamSymbol
[src]

impl Clone for StreamSymbol
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StreamSymbol
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for StreamSymbol
[src]

impl PartialEq for StreamSymbol
[src]

[src]

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

[src]

This method tests for !=.