pub struct Instance<'a, I> { /* private fields */ }Expand description
A scene descriptor together with its stable identity and slot transform.
Implementations§
Trait Implementations§
impl<'a, I: Copy> Copy for Instance<'a, I>
Auto Trait Implementations§
impl<'a, I> Freeze for Instance<'a, I>
impl<'a, I> RefUnwindSafe for Instance<'a, I>where
&'a I: RefUnwindSafe,
impl<'a, I> Send for Instance<'a, I>
impl<'a, I> Sync for Instance<'a, I>
impl<'a, I> Unpin for Instance<'a, I>
impl<'a, I> UnsafeUnpin for Instance<'a, I>where
&'a I: UnsafeUnpin,
impl<'a, I> UnwindSafe for Instance<'a, I>where
&'a I: UnwindSafe,
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