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 HeaderPreambleimpl ByteField for ConfirmedPreambleimpl ByteField for UnconfirmedPreambleimpl ByteField for ServiceAccessPointimpl ByteField for Manufacturerimpl ByteField for BlockCountimpl ByteField for PadCountimpl ByteField for Sequencingimpl ByteField for DataOffset