pub struct PcbDoc {}Expand description
A PCB Document
Auto Trait Implementations§
impl Freeze for PcbDoc
impl RefUnwindSafe for PcbDoc
impl Send for PcbDoc
impl Sync for PcbDoc
impl Unpin for PcbDoc
impl UnwindSafe for PcbDoc
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