#[repr(i32)]pub enum TrajectoryDuration {
T0ms = 0,
T5ms = 5,
T10ms = 10,
T20ms = 20,
T30ms = 30,
T40ms = 40,
T50ms = 50,
T100ms = 100,
}Expand description
Duration to apply to a particular trajectory pt. This time unit is ADDED to the existing base time set by ConfigMotionProfileTrajectoryPeriod().
Variants§
Trait Implementations§
Source§impl Clone for TrajectoryDuration
impl Clone for TrajectoryDuration
Source§fn clone(&self) -> TrajectoryDuration
fn clone(&self) -> TrajectoryDuration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TrajectoryDuration
impl Debug for TrajectoryDuration
Source§impl Default for TrajectoryDuration
impl Default for TrajectoryDuration
Source§fn default() -> TrajectoryDuration
fn default() -> TrajectoryDuration
Returns the “default value” for a type. Read more
Source§impl Hash for TrajectoryDuration
impl Hash for TrajectoryDuration
Source§impl PartialEq for TrajectoryDuration
impl PartialEq for TrajectoryDuration
impl Copy for TrajectoryDuration
impl Eq for TrajectoryDuration
impl StructuralPartialEq for TrajectoryDuration
Auto Trait Implementations§
impl Freeze for TrajectoryDuration
impl RefUnwindSafe for TrajectoryDuration
impl Send for TrajectoryDuration
impl Sync for TrajectoryDuration
impl Unpin for TrajectoryDuration
impl UnwindSafe for TrajectoryDuration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more