Struct ExVertexArrayCreate
pub struct ExVertexArrayCreate<'a> { /* private fields */ }
Expand description
Default-param extender for RenderingDevice::vertex_array_create_ex
.
Implementations§
§impl<'a> ExVertexArrayCreate<'a>
impl<'a> ExVertexArrayCreate<'a>
pub fn offsets(self, value: PackedInt64Array) -> ExVertexArrayCreate<'a>
pub fn done(self) -> Rid
Auto Trait Implementations§
impl<'a> Freeze for ExVertexArrayCreate<'a>
impl<'a> RefUnwindSafe for ExVertexArrayCreate<'a>
impl<'a> !Send for ExVertexArrayCreate<'a>
impl<'a> !Sync for ExVertexArrayCreate<'a>
impl<'a> Unpin for ExVertexArrayCreate<'a>
impl<'a> !UnwindSafe for ExVertexArrayCreate<'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