pub struct ArcPointCommand {
pub point_index: ArcPointIndex,
}Expand description
圆弧模式坐标序号更新指令 (0x158)
用于在圆弧模式(MOVE C)下更新坐标序号。 只有 Byte 0 有效,其他字节填充 0x0。
Fields§
§point_index: ArcPointIndexImplementations§
Trait Implementations§
Source§impl Clone for ArcPointCommand
impl Clone for ArcPointCommand
Source§fn clone(&self) -> ArcPointCommand
fn clone(&self) -> ArcPointCommand
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 ArcPointCommand
impl Debug for ArcPointCommand
impl Copy for ArcPointCommand
Auto Trait Implementations§
impl Freeze for ArcPointCommand
impl RefUnwindSafe for ArcPointCommand
impl Send for ArcPointCommand
impl Sync for ArcPointCommand
impl Unpin for ArcPointCommand
impl UnwindSafe for ArcPointCommand
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