Struct tea::vertex::VertexFormat
source · pub struct VertexFormat(_);Implementations§
source§impl VertexFormat
impl VertexFormat
pub fn attribs(&self) -> &Vec<AttribSlot>
Trait Implementations§
source§impl Clone for VertexFormat
impl Clone for VertexFormat
source§fn clone(&self) -> VertexFormat
fn clone(&self) -> VertexFormat
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 VertexFormat
impl Debug for VertexFormat
source§impl Default for VertexFormat
impl Default for VertexFormat
source§fn default() -> VertexFormat
fn default() -> VertexFormat
Returns the “default value” for a type. Read more
source§impl PartialEq<VertexFormat> for VertexFormat
impl PartialEq<VertexFormat> for VertexFormat
source§fn eq(&self, other: &VertexFormat) -> bool
fn eq(&self, other: &VertexFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for VertexFormat
impl StructuralEq for VertexFormat
impl StructuralPartialEq for VertexFormat
Auto Trait Implementations§
impl RefUnwindSafe for VertexFormat
impl Send for VertexFormat
impl Sync for VertexFormat
impl Unpin for VertexFormat
impl UnwindSafe for VertexFormat
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