Enum kicad_parse_gen::schematic::Orientation
[−]
[src]
pub enum Orientation {
Horizontal,
Vertical,
}a component orientation
Variants
Horizontalhorizontal orientation
Verticalvertical orientation
Methods
impl Orientation[src]
fn new(c: char) -> Result<Orientation>
create a new component orientation from a char
Trait Implementations
impl Clone for Orientation[src]
fn clone(&self) -> Orientation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more