pub struct VertexDeclaration {
pub elements: Vec<VertexElement>,
}
Fields§
§elements: Vec<VertexElement>
Trait Implementations§
Source§impl Clone for VertexDeclaration
impl Clone for VertexDeclaration
Source§fn clone(&self) -> VertexDeclaration
fn clone(&self) -> VertexDeclaration
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 moreSource§impl Debug for VertexDeclaration
impl Debug for VertexDeclaration
Source§impl PartialEq for VertexDeclaration
impl PartialEq for VertexDeclaration
impl StructuralPartialEq for VertexDeclaration
Auto Trait Implementations§
impl Freeze for VertexDeclaration
impl RefUnwindSafe for VertexDeclaration
impl Send for VertexDeclaration
impl Sync for VertexDeclaration
impl Unpin for VertexDeclaration
impl UnwindSafe for VertexDeclaration
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