Enum ctre_sys::mot::TrajectoryDuration[][src]

#[repr(i32)]
pub enum TrajectoryDuration { T0ms, T5ms, T10ms, T20ms, T30ms, T40ms, T50ms, T100ms, }

Duration to apply to a particular trajectory pt. This time unit is ADDED to the existing base time set by ConfigMotionProfileTrajectoryPeriod().

Variants

Trait Implementations

impl Debug for TrajectoryDuration
[src]

Formats the value using the given formatter. Read more

impl Copy for TrajectoryDuration
[src]

impl Clone for TrajectoryDuration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for TrajectoryDuration
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for TrajectoryDuration
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations