Enum ctre_sys::mot::VelocityMeasPeriod[][src]

#[repr(i32)]
pub enum VelocityMeasPeriod { Period_1Ms, Period_2Ms, Period_5Ms, Period_10Ms, Period_20Ms, Period_25Ms, Period_50Ms, Period_100Ms, }

Variants

Trait Implementations

impl Debug for VelocityMeasPeriod
[src]

Formats the value using the given formatter. Read more

impl Copy for VelocityMeasPeriod
[src]

impl Clone for VelocityMeasPeriod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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