pub enum TeachType {
X,
Y,
Z,
}Expand description
示教坐标轴
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeachType
impl RefUnwindSafe for TeachType
impl Send for TeachType
impl Sync for TeachType
impl Unpin for TeachType
impl UnwindSafe for TeachType
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