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

pub struct Channel(_);

Uniquely identifies a channel within a site.

Methods

impl Channel
[src]

[src]

Create a new Channel from the given 16 bits.

[src]

Channel ID whose parameters to use.

[src]

Individual channel number within the channel.

Trait Implementations

impl Copy for Channel
[src]

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Channel
[src]

impl PartialEq for Channel
[src]

[src]

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

[src]

This method tests for !=.