Struct p25::voice::control::LinkControlFields [] [src]

pub struct LinkControlFields(_);

Base link control decoder, common to all packets.

Methods

impl LinkControlFields
[src]

[src]

Interpret the given bytes as a link control packet.

[src]

Whether the packet is encrypted.

[src]

Type of data contained in the payload.

[src]

Bytes that make up the payload.

Trait Implementations

impl Copy for LinkControlFields
[src]

impl Clone for LinkControlFields
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more