Struct gerber_types::Coordinates [] [src]

pub struct Coordinates {
    pub x: Option<CoordinateNumber>,
    pub y: Option<CoordinateNumber>,
    pub format: CoordinateFormat,
}

Coordinates are part of an operation.

Coordinates are modal. If an X is omitted, the X coordinate of the current point is used. Similar for Y.

Fields

Methods

impl Coordinates
[src]

Trait Implementations

impl Debug for Coordinates
[src]

Formats the value using the given formatter.

impl PartialEq for Coordinates
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Coordinates
[src]

impl<W: Write> GerberCode<W> for Coordinates
[src]