pub enum ParameterSetType {
EndVelocityAccelToDefault = 1,
AllJointLimitsToDefault = 2,
}Expand description
参数设置类型
Variants§
Trait Implementations§
Source§impl Clone for ParameterSetType
impl Clone for ParameterSetType
Source§fn clone(&self) -> ParameterSetType
fn clone(&self) -> ParameterSetType
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 ParameterSetType
impl Debug for ParameterSetType
Source§impl PartialEq for ParameterSetType
impl PartialEq for ParameterSetType
Source§impl TryFrom<u8> for ParameterSetType
impl TryFrom<u8> for ParameterSetType
impl Copy for ParameterSetType
impl Eq for ParameterSetType
impl StructuralPartialEq for ParameterSetType
Auto Trait Implementations§
impl Freeze for ParameterSetType
impl RefUnwindSafe for ParameterSetType
impl Send for ParameterSetType
impl Sync for ParameterSetType
impl Unpin for ParameterSetType
impl UnwindSafe for ParameterSetType
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