pub struct InstanceRef<'a> {
pub parent: CellId,
pub index: usize,
pub instance: &'a Instance,
}Fields§
§parent: CellId§index: usize§instance: &'a InstanceAuto Trait Implementations§
impl<'a> Freeze for InstanceRef<'a>
impl<'a> RefUnwindSafe for InstanceRef<'a>
impl<'a> Send for InstanceRef<'a>
impl<'a> Sync for InstanceRef<'a>
impl<'a> Unpin for InstanceRef<'a>
impl<'a> UnsafeUnpin for InstanceRef<'a>
impl<'a> UnwindSafe for InstanceRef<'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