Struct kicad_parse_gen::layout::Fill [] [src]

pub struct Fill {
    pub filled: bool,
    pub segment: bool,
    pub arc_segments: i64,
    pub thermal_gap: f64,
    pub thermal_bridge_width: f64,
    pub smoothing: Option<String>,
    pub corner_radius: f64,
}

fill of a zone

Fields

if it is filled (default no)

if it is segment mode

number of arc segments

thermal relief gap

thermal relief copper bridge

smoothing

corner radius

Trait Implementations

impl Clone for Fill
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Fill
[src]

[src]

Formats the value using the given formatter.

impl Default for Fill
[src]

[src]

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

impl FromSexp for Fill
[src]

[src]

convert from a symbolic-expression to something

impl IntoSexp for Fill
[src]

[src]

convert self into a Sexp