Enum gerber_types::Drill [] [src]

pub enum Drill {
    ThroughHole,
    Blind,
    Buried,
}

Variants

Trait Implementations

impl Debug for Drill
[src]

Formats the value using the given formatter.