pub struct PcbFile;Expand description
PCB (.kicad_pcb) APIs.
Implementations§
Auto Trait Implementations§
impl Freeze for PcbFile
impl RefUnwindSafe for PcbFile
impl Send for PcbFile
impl Sync for PcbFile
impl Unpin for PcbFile
impl UnsafeUnpin for PcbFile
impl UnwindSafe for PcbFile
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