Enum isis_ants_api::KANTSController [−][src]
pub enum KANTSController { Primary, Secondary, }
Antenna microcontroller which any commands should be run against
Variants
Primary
Primary microcontroller
Secondary
Secondary/redundant microcontroller
Trait Implementations
impl Clone for KANTSController
[src]
impl Clone for KANTSController
fn clone(&self) -> KANTSController
[src]
fn clone(&self) -> KANTSController
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 KANTSController
[src]
impl Debug for KANTSController
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 KANTSController
[src]
impl PartialEq for KANTSController
fn eq(&self, other: &KANTSController) -> bool
[src]
fn eq(&self, other: &KANTSController) -> 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 KANTSController
[src]
impl Eq for KANTSController
impl Hash for KANTSController
[src]
impl Hash for KANTSController
Auto Trait Implementations
impl Send for KANTSController
impl Send for KANTSController
impl Sync for KANTSController
impl Sync for KANTSController