pub struct PcbGeneral {
pub thickness: Option<f64>,
pub legacy_teardrops: Option<bool>,
}Expand description
PCB (.kicad_pcb) APIs.
Fields§
§thickness: Option<f64>§legacy_teardrops: Option<bool>Trait Implementations§
Source§impl Clone for PcbGeneral
impl Clone for PcbGeneral
Source§fn clone(&self) -> PcbGeneral
fn clone(&self) -> PcbGeneral
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PcbGeneral
impl Debug for PcbGeneral
Source§impl PartialEq for PcbGeneral
impl PartialEq for PcbGeneral
impl StructuralPartialEq for PcbGeneral
Auto Trait Implementations§
impl Freeze for PcbGeneral
impl RefUnwindSafe for PcbGeneral
impl Send for PcbGeneral
impl Sync for PcbGeneral
impl Unpin for PcbGeneral
impl UnsafeUnpin for PcbGeneral
impl UnwindSafe for PcbGeneral
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