pub enum ParameterQueryType {
EndVelocityAccel = 1,
CollisionProtectionLevel = 2,
CurrentTrajectoryIndex = 3,
GripperTeachParamsIndex = 4,
}Expand description
参数查询类型
Variants§
EndVelocityAccel = 1
查询末端V/acc参数
CollisionProtectionLevel = 2
查询碰撞防护等级
CurrentTrajectoryIndex = 3
查询当前轨迹索引
GripperTeachParamsIndex = 4
查询夹爪/示教器参数索引
Trait Implementations§
Source§impl Clone for ParameterQueryType
impl Clone for ParameterQueryType
Source§fn clone(&self) -> ParameterQueryType
fn clone(&self) -> ParameterQueryType
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 ParameterQueryType
impl Debug for ParameterQueryType
Source§impl PartialEq for ParameterQueryType
impl PartialEq for ParameterQueryType
Source§impl TryFrom<u8> for ParameterQueryType
impl TryFrom<u8> for ParameterQueryType
impl Copy for ParameterQueryType
impl Eq for ParameterQueryType
impl StructuralPartialEq for ParameterQueryType
Auto Trait Implementations§
impl Freeze for ParameterQueryType
impl RefUnwindSafe for ParameterQueryType
impl Send for ParameterQueryType
impl Sync for ParameterQueryType
impl Unpin for ParameterQueryType
impl UnwindSafe for ParameterQueryType
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