Enum p25::trunking::fields::RegResponse
[−]
[src]
pub enum RegResponse { Accept, Fail, Deny, Refuse, }
Registration response.
Variants
Accept
Registration is accepted.
Fail
RFSS was unable to verify registration.
Deny
Registration isn't allowed at this location.
Refuse
Denied temporarily, but user may retry registration.
Methods
impl RegResponse
[src]
pub fn from_bits(bits: u8) -> RegResponse
[src]
Try to parse a registration response from the given 2 bits.
Trait Implementations
impl Copy for RegResponse
[src]
impl Clone for RegResponse
[src]
fn clone(&self) -> RegResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for RegResponse
[src]
impl PartialEq for RegResponse
[src]
fn eq(&self, __arg_0: &RegResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.