#[repr(u8)]pub enum TrajectoryConnect {
Now = 0,
Next = 1,
}Expand description
是否和下一条运动一起规划类型
Variants§
Trait Implementations§
Source§impl Clone for TrajectoryConnect
impl Clone for TrajectoryConnect
Source§fn clone(&self) -> TrajectoryConnect
fn clone(&self) -> TrajectoryConnect
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 TrajectoryConnect
impl Debug for TrajectoryConnect
Source§impl From<TrajectoryConnect> for u8
impl From<TrajectoryConnect> for u8
Source§fn from(value: TrajectoryConnect) -> Self
fn from(value: TrajectoryConnect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TrajectoryConnect
impl PartialEq for TrajectoryConnect
impl Copy for TrajectoryConnect
impl Eq for TrajectoryConnect
impl StructuralPartialEq for TrajectoryConnect
Auto Trait Implementations§
impl Freeze for TrajectoryConnect
impl RefUnwindSafe for TrajectoryConnect
impl Send for TrajectoryConnect
impl Sync for TrajectoryConnect
impl Unpin for TrajectoryConnect
impl UnwindSafe for TrajectoryConnect
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