Enum isis_ants_api::KANTSAnt [−][src]
pub enum KANTSAnt { Ant1, Ant2, Ant3, Ant4, }
Specific antenna to control
Note: Not all antenna systems have four antennas
Variants
Ant1
Antenna 1
Ant2
Antenna 2
Ant3
Antenna 3
Ant4
Antenna 4
Trait Implementations
impl Clone for KANTSAnt
[src]
impl Clone for KANTSAnt
fn clone(&self) -> KANTSAnt
[src]
fn clone(&self) -> KANTSAnt
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for KANTSAnt
[src]
impl Debug for KANTSAnt
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for KANTSAnt
[src]
impl PartialEq for KANTSAnt
fn eq(&self, other: &KANTSAnt) -> bool
[src]
fn eq(&self, other: &KANTSAnt) -> bool
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]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for KANTSAnt
[src]
impl Eq for KANTSAnt
impl Hash for KANTSAnt
[src]
impl Hash for KANTSAnt