Trait p25::data::header::ByteField
[−]
[src]
pub trait ByteField { fn byte(&self) -> u8; }
Field is only a single byte.
Required Methods
Implementors
impl ByteField for HeaderPreamble
impl ByteField for ConfirmedPreamble
impl ByteField for UnconfirmedPreamble
impl ByteField for ServiceAccessPoint
impl ByteField for Manufacturer
impl ByteField for BlockCount
impl ByteField for PadCount
impl ByteField for Sequencing
impl ByteField for DataOffset