pub struct Values<'a> { /* private fields */ }
Expand description
Array of size count * number_of_components
storing the displaced accessor
attributes pointed by accessor::sparse::Indices
.
Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Values<'a>
impl<'a> Send for Values<'a>
impl<'a> Sync for Values<'a>
impl<'a> Unpin for Values<'a>
impl<'a> UnwindSafe for Values<'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