Struct libreda_db::chip::Shape
source · [−]Expand description
Wrapper around a Geometry struct.
Fields
geometry: Geometry<C>The geometry of this shape.
Trait Implementations
Auto Trait Implementations
impl<C, U> RefUnwindSafe for Shape<C, U> where
C: RefUnwindSafe,
U: RefUnwindSafe,
impl<C, U> Send for Shape<C, U> where
C: Send,
U: Send,
impl<C, U> Sync for Shape<C, U> where
C: Sync,
U: Sync,
impl<C, U> Unpin for Shape<C, U> where
C: Unpin,
U: Unpin,
impl<C, U> UnwindSafe for Shape<C, U> where
C: UnwindSafe,
U: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more