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