pub struct SchDoc<F> { /* private fields */ }Expand description
Representation of a schematic file
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> !Freeze for SchDoc<F>
impl<F> !RefUnwindSafe for SchDoc<F>
impl<F> !Send for SchDoc<F>
impl<F> !Sync for SchDoc<F>
impl<F> Unpin for SchDoc<F>
impl<F> !UnwindSafe for SchDoc<F>
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