Enum ctre_sys::mot::SensorTerm[][src]

#[repr(i32)]
pub enum SensorTerm { Sum0, Sum1, Diff0, Diff1, }

Variants

Trait Implementations

impl Debug for SensorTerm
[src]

Formats the value using the given formatter. Read more

impl Copy for SensorTerm
[src]

impl Clone for SensorTerm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Sync for SensorTerm