Trait maker_panel::features::InnerFeature[][src]

pub trait InnerFeature: Display + DynClone + Debug {
    fn name(&self) -> &'static str;
fn translate(&mut self, v: Coordinate<f64>);
fn atoms(&self) -> Vec<InnerAtom>; }

Specifies geometry interior to the bounds of the panel.

Required methods

fn name(&self) -> &'static str[src]

fn translate(&mut self, v: Coordinate<f64>)[src]

fn atoms(&self) -> Vec<InnerAtom>[src]

Loading content...

Implementations on Foreign Types

impl<'a> InnerFeature for Box<dyn InnerFeature + 'a>[src]

Loading content...

Implementors

impl InnerFeature for MechanicalSolderPoint[src]

impl InnerFeature for ScrewHole[src]

impl InnerFeature for Smiley[src]

impl InnerFeature for Unit[src]

Loading content...