pub struct PcbPaper {
pub kind: Option<String>,
pub width: Option<f64>,
pub height: Option<f64>,
pub orientation: Option<String>,
}Expand description
PCB (.kicad_pcb) APIs.
Fields§
§kind: Option<String>§width: Option<f64>§height: Option<f64>§orientation: Option<String>Trait Implementations§
impl StructuralPartialEq for PcbPaper
Auto Trait Implementations§
impl Freeze for PcbPaper
impl RefUnwindSafe for PcbPaper
impl Send for PcbPaper
impl Sync for PcbPaper
impl Unpin for PcbPaper
impl UnsafeUnpin for PcbPaper
impl UnwindSafe for PcbPaper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more