Trait kicad_parse_gen::footprint::Flip [] [src]

pub trait Flip {
    fn flip(&mut self);
}

implement to allow a Module and it's sub Element be flippable

Required Methods

flip me

Implementors