Enum isis_ants_api::KI2CNum [−][src]
pub enum KI2CNum { KI2C1, KI2C2, KI2C3, }
I2C bus which will be used for communication
Note: Not all OBCs will have all of these buses avaialable
Variants
KI2C1
I2C Bus 1
KI2C2
I2C Bus 2
KI2C3
I2C Bus 3
Trait Implementations
impl Clone for KI2CNum
[src]
impl Clone for KI2CNum
fn clone(&self) -> KI2CNum
[src]
fn clone(&self) -> KI2CNum
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 KI2CNum
[src]
impl Debug for KI2CNum
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 KI2CNum
[src]
impl PartialEq for KI2CNum
fn eq(&self, other: &KI2CNum) -> bool
[src]
fn eq(&self, other: &KI2CNum) -> 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 KI2CNum
[src]
impl Eq for KI2CNum
impl Hash for KI2CNum
[src]
impl Hash for KI2CNum