Struct ExDrawListBindVertexBuffersFormat
pub struct ExDrawListBindVertexBuffersFormat<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingDevice::draw_list_bind_vertex_buffers_format_ex.
Implementations§
§impl<'ex> ExDrawListBindVertexBuffersFormat<'ex>
impl<'ex> ExDrawListBindVertexBuffersFormat<'ex>
pub fn offsets( self, offsets: &'ex PackedArray<i64>, ) -> ExDrawListBindVertexBuffersFormat<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExDrawListBindVertexBuffersFormat<'ex>
impl<'ex> !RefUnwindSafe for ExDrawListBindVertexBuffersFormat<'ex>
impl<'ex> !Send for ExDrawListBindVertexBuffersFormat<'ex>
impl<'ex> !Sync for ExDrawListBindVertexBuffersFormat<'ex>
impl<'ex> Unpin for ExDrawListBindVertexBuffersFormat<'ex>
impl<'ex> !UnwindSafe for ExDrawListBindVertexBuffersFormat<'ex>
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