Enum ctre_sys::mot::RemoteSensorSource[][src]

#[repr(i32)]
pub enum RemoteSensorSource { Off, TalonSRX_SelectedSensor, Pigeon_Yaw, Pigeon_Pitch, Pigeon_Roll, CANifier_Quadrature, CANifier_PWMInput0, CANifier_PWMInput1, CANifier_PWMInput2, CANifier_PWMInput3, GadgeteerPigeon_Yaw, GadgeteerPigeon_Pitch, GadgeteerPigeon_Roll, }

Variants

Trait Implementations

impl Debug for RemoteSensorSource
[src]

Formats the value using the given formatter. Read more

impl Copy for RemoteSensorSource
[src]

impl Clone for RemoteSensorSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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