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

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

Specifies geometry interior to the bounds of the panel.

Required methods

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

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

pub 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 ScrewHole[src]

impl InnerFeature for Smiley[src]

impl InnerFeature for Unit[src]

Loading content...