pub struct DynamicVertexArraySub<'a, A: Copy> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> Freeze for DynamicVertexArraySub<'a, A>
impl<'a, A> !RefUnwindSafe for DynamicVertexArraySub<'a, A>
impl<'a, A> !Send for DynamicVertexArraySub<'a, A>
impl<'a, A> !Sync for DynamicVertexArraySub<'a, A>
impl<'a, A> Unpin for DynamicVertexArraySub<'a, A>
impl<'a, A> !UnwindSafe for DynamicVertexArraySub<'a, 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