pub struct PcbTarget {
pub shape: Option<String>,
pub at: Option<[f64; 2]>,
pub size: Option<f64>,
pub width: Option<f64>,
pub layer: Option<String>,
}Expand description
PCB (.kicad_pcb) APIs.
Fields§
§shape: Option<String>§at: Option<[f64; 2]>§size: Option<f64>§width: Option<f64>§layer: Option<String>Trait Implementations§
impl StructuralPartialEq for PcbTarget
Auto Trait Implementations§
impl Freeze for PcbTarget
impl RefUnwindSafe for PcbTarget
impl Send for PcbTarget
impl Sync for PcbTarget
impl Unpin for PcbTarget
impl UnsafeUnpin for PcbTarget
impl UnwindSafe for PcbTarget
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