pub struct GridLine {
pub name: String,
pub coord: f64,
}Expand description
平面の格子線 1 本。
Fields§
§name: String§coord: f64グローバル座標 [mm](X 方向の通りは X 座標、Y 方向の通りは Y 座標)。
Trait Implementations§
impl StructuralPartialEq for GridLine
Auto Trait Implementations§
impl Freeze for GridLine
impl RefUnwindSafe for GridLine
impl Send for GridLine
impl Sync for GridLine
impl Unpin for GridLine
impl UnsafeUnpin for GridLine
impl UnwindSafe for GridLine
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