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

Antenna 1

Antenna 2

Antenna 3

Antenna 4

Trait Implementations

impl Clone for KANTSAnt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KANTSAnt
[src]

Formats the value using the given formatter. Read more

impl PartialEq for KANTSAnt
[src]

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

This method tests for !=.

impl Eq for KANTSAnt
[src]

impl Hash for KANTSAnt
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for KANTSAnt

impl Sync for KANTSAnt