Struct kicad_parse_gen::layout::Keepout [] [src]

pub struct Keepout {
    pub tracks: bool,
    pub vias: bool,
    pub copperpour: bool,
}

keepout of a zone

Fields

tracks

vias

copperpour

Trait Implementations

impl Clone for Keepout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Keepout
[src]

[src]

Formats the value using the given formatter.

impl Default for Keepout
[src]

[src]

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

impl FromSexp for Keepout
[src]

[src]

convert from a symbolic-expression to something

impl IntoSexp for Keepout
[src]

[src]

convert self into a Sexp