Enum p25::message::status::StreamSymbol
[−]
[src]
pub enum StreamSymbol {
Status(StatusCode),
Data(Dibit),
}A symbol in a transmitted P25 stream.
Variants
Status(StatusCode)Current symbol is a status code.
Data(Dibit)Current symbol is a data dibit.
Trait Implementations
impl Copy for StreamSymbol[src]
impl Clone for StreamSymbol[src]
fn clone(&self) -> StreamSymbol[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for StreamSymbol[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for StreamSymbol[src]
impl PartialEq for StreamSymbol[src]
fn eq(&self, __arg_0: &StreamSymbol) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StreamSymbol) -> bool[src]
This method tests for !=.