pub struct ShapeRef<'a> {
pub cell: CellId,
pub layer: LayerIndex,
pub index: usize,
pub shape: &'a Shape,
}Fields§
§cell: CellId§layer: LayerIndex§index: usize§shape: &'a ShapeAuto Trait Implementations§
impl<'a> Freeze for ShapeRef<'a>
impl<'a> RefUnwindSafe for ShapeRef<'a>
impl<'a> Send for ShapeRef<'a>
impl<'a> Sync for ShapeRef<'a>
impl<'a> Unpin for ShapeRef<'a>
impl<'a> UnsafeUnpin for ShapeRef<'a>
impl<'a> UnwindSafe for ShapeRef<'a>
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