pub enum LinkSetting {
Invalid = 0,
TeachInputArm = 250,
MotionOutputArm = 252,
}Expand description
联动设置指令
Variants§
Trait Implementations§
Source§impl Clone for LinkSetting
impl Clone for LinkSetting
Source§fn clone(&self) -> LinkSetting
fn clone(&self) -> LinkSetting
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 LinkSetting
impl Debug for LinkSetting
Source§impl PartialEq for LinkSetting
impl PartialEq for LinkSetting
Source§impl TryFrom<u8> for LinkSetting
impl TryFrom<u8> for LinkSetting
impl Copy for LinkSetting
impl Eq for LinkSetting
impl StructuralPartialEq for LinkSetting
Auto Trait Implementations§
impl Freeze for LinkSetting
impl RefUnwindSafe for LinkSetting
impl Send for LinkSetting
impl Sync for LinkSetting
impl Unpin for LinkSetting
impl UnwindSafe for LinkSetting
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