pub struct ObjectRef<'a, I> { /* private fields */ }Expand description
Typed view of a root-level glTF object.
Implementations§
Trait Implementations§
impl<'a, I: Copy> Copy for ObjectRef<'a, I>
Auto Trait Implementations§
impl<'a, I> Freeze for ObjectRef<'a, I>where
I: Freeze,
impl<'a, I> RefUnwindSafe for ObjectRef<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for ObjectRef<'a, I>where
I: Send,
impl<'a, I> Sync for ObjectRef<'a, I>where
I: Sync,
impl<'a, I> Unpin for ObjectRef<'a, I>where
I: Unpin,
impl<'a, I> UnsafeUnpin for ObjectRef<'a, I>where
I: UnsafeUnpin,
impl<'a, I> UnwindSafe for ObjectRef<'a, I>where
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