pub struct VertexData(/* private fields */);
Expand description
Vertex Data handle for a GPU Program
Implementations§
Trait Implementations§
Source§impl Clone for VertexData
impl Clone for VertexData
Source§fn clone(&self) -> VertexData
fn clone(&self) -> VertexData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VertexData
impl !RefUnwindSafe for VertexData
impl !Send for VertexData
impl !Sync for VertexData
impl Unpin for VertexData
impl !UnwindSafe for VertexData
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