Struct kicad_parse_gen::footprint::Drill [] [src]

pub struct Drill {
    pub shape: Option<String>,
    pub width: f64,
    pub height: f64,
    pub offset_x: f64,
    pub offset_y: f64,
}

a drill

Fields

shape of the drill

width of the drill

height of the drill

x-offset of the drill

y-offset of the drill

Trait Implementations

impl Clone for Drill
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Drill
[src]

[src]

Formats the value using the given formatter.

impl Default for Drill
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for Drill
[src]

[src]

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

[src]

This method tests for !=.

impl IntoSexp for Drill
[src]

[src]

convert self into a Sexp

impl FromSexp for Drill
[src]

[src]

convert from a symbolic-expression to something