Struct wgpu_hal::gles::VertexFormatDesc
source · struct VertexFormatDesc {
element_count: i32,
element_format: u32,
attrib_kind: VertexAttribKind,
}
Fields§
§element_count: i32
§element_format: u32
§attrib_kind: VertexAttribKind
Trait Implementations§
source§impl Clone for VertexFormatDesc
impl Clone for VertexFormatDesc
source§fn clone(&self) -> VertexFormatDesc
fn clone(&self) -> VertexFormatDesc
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 VertexFormatDesc
impl Debug for VertexFormatDesc
source§impl Default for VertexFormatDesc
impl Default for VertexFormatDesc
source§fn default() -> VertexFormatDesc
fn default() -> VertexFormatDesc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VertexFormatDesc
impl RefUnwindSafe for VertexFormatDesc
impl Send for VertexFormatDesc
impl Sync for VertexFormatDesc
impl Unpin for VertexFormatDesc
impl UnwindSafe for VertexFormatDesc
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