pub struct PcbLayer {
pub ordinal: Option<i32>,
pub name: Option<String>,
pub layer_type: Option<String>,
pub user_name: Option<String>,
}Expand description
PCB (.kicad_pcb) APIs.
Fields§
§ordinal: Option<i32>§name: Option<String>§layer_type: Option<String>§user_name: Option<String>Trait Implementations§
impl Eq for PcbLayer
impl StructuralPartialEq for PcbLayer
Auto Trait Implementations§
impl Freeze for PcbLayer
impl RefUnwindSafe for PcbLayer
impl Send for PcbLayer
impl Sync for PcbLayer
impl Unpin for PcbLayer
impl UnsafeUnpin for PcbLayer
impl UnwindSafe for PcbLayer
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