struct AttributeDesc {
    location: u32,
    offset: u32,
    buffer_index: u32,
    format_desc: VertexFormatDesc,
}Fields§
§location: u32§offset: u32§buffer_index: u32§format_desc: VertexFormatDescTrait Implementations§
Source§impl Clone for AttributeDesc
 
impl Clone for AttributeDesc
Source§fn clone(&self) -> AttributeDesc
 
fn clone(&self) -> AttributeDesc
Returns a duplicate 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