pub struct IndexBuffer<B: Backend> { /* private fields */ }
Expand description
Index buffer with it’s type
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for IndexBuffer<B>
impl<B> RefUnwindSafe for IndexBuffer<B>
impl<B> Send for IndexBuffer<B>
impl<B> Sync for IndexBuffer<B>
impl<B> Unpin for IndexBuffer<B>
impl<B> UnwindSafe for IndexBuffer<B>
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