Trait kicad_parse_gen::Adjust [] [src]

pub trait Adjust {
    fn adjust(&mut self, x: f64, y: f64);
}

item location can be adjusted

Required Methods

adjust the location of the item

Implementors