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