Struct p25::trunking::fields::SystemServices [] [src]

pub struct SystemServices(_);

Supported services of a control channel.

Methods

impl SystemServices
[src]

[src]

Create a new SystemServices from the given byte.

[src]

Whether channel can also operate as a traffic channel in busy conditions.

[src]

Whether channel only transmits updates (and doesn't accept data, voice, etc. service requests.)

[src]

Whether channel operates only as backup to a primary control channel.

[src]

Supports data service requests.

[src]

Supports voice service requests.

[src]

Supports registration requests.

[src]

Supports authentication requests.

Trait Implementations

impl Copy for SystemServices
[src]

impl Clone for SystemServices
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SystemServices
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SystemServices
[src]

impl PartialEq for SystemServices
[src]

[src]

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

[src]

This method tests for !=.