#[non_exhaustive]pub struct PrjPcb { /* private fields */ }Expand description
Representation of a PCB Project file (.PrjPcb)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrjPcb
impl RefUnwindSafe for PrjPcb
impl Send for PrjPcb
impl Sync for PrjPcb
impl Unpin for PrjPcb
impl UnwindSafe for PrjPcb
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