pub enum TeachRotateType {
Rx,
Ry,
Rz,
}Expand description
示教旋转所绕坐标轴
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeachRotateType
impl RefUnwindSafe for TeachRotateType
impl Send for TeachRotateType
impl Sync for TeachRotateType
impl Unpin for TeachRotateType
impl UnwindSafe for TeachRotateType
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