pub struct VertexAttribute {
pub offset: u32,
pub format: VertexFormat,
}Fields§
§offset: u32§format: VertexFormatTrait Implementations§
Source§impl Clone for VertexAttribute
impl Clone for VertexAttribute
Source§fn clone(&self) -> VertexAttribute
fn clone(&self) -> VertexAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VertexAttribute
Source§impl Debug for VertexAttribute
impl Debug for VertexAttribute
Source§impl PartialEq for VertexAttribute
impl PartialEq for VertexAttribute
Source§fn eq(&self, other: &VertexAttribute) -> bool
fn eq(&self, other: &VertexAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertexAttribute
Auto Trait Implementations§
impl Freeze for VertexAttribute
impl RefUnwindSafe for VertexAttribute
impl Send for VertexAttribute
impl Sync for VertexAttribute
impl Unpin for VertexAttribute
impl UnsafeUnpin for VertexAttribute
impl UnwindSafe for VertexAttribute
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