pub struct IndexBufferLock<'l, T: IndexType, D> { /* private fields */ }
Implementations§
Source§impl<'l, T: IndexType, D> IndexBufferLock<'l, T, D>
impl<'l, T: IndexType, D> IndexBufferLock<'l, T, D>
Source§impl<'l, T: IndexType + Copy> IndexBufferLock<'l, T, MaybeUninit<T>>
impl<'l, T: IndexType + Copy> IndexBufferLock<'l, T, MaybeUninit<T>>
pub fn copy_from_slice(&mut self, src: &[T])
Trait Implementations§
Auto Trait Implementations§
impl<'l, T, D> Freeze for IndexBufferLock<'l, T, D>
impl<'l, T, D> RefUnwindSafe for IndexBufferLock<'l, T, D>where
D: RefUnwindSafe,
T: RefUnwindSafe,
impl<'l, T, D> !Send for IndexBufferLock<'l, T, D>
impl<'l, T, D> !Sync for IndexBufferLock<'l, T, D>
impl<'l, T, D> Unpin for IndexBufferLock<'l, T, D>
impl<'l, T, D> !UnwindSafe for IndexBufferLock<'l, T, D>
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