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