Enum isis_ants_api::KANTSController[][src]

pub enum KANTSController {
    Primary,
    Secondary,
}

Antenna microcontroller which any commands should be run against

Variants

Primary microcontroller

Secondary/redundant microcontroller

Trait Implementations

impl Clone for KANTSController
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KANTSController
[src]

Formats the value using the given formatter. Read more

impl PartialEq for KANTSController
[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 KANTSController
[src]

impl Hash for KANTSController
[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 KANTSController

impl Sync for KANTSController