#[repr(C)]pub struct VertexInputAttributeDescription2EXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidlocation: u32binding: u32format: Formatoffset: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for VertexInputAttributeDescription2EXT
impl !Sync for VertexInputAttributeDescription2EXT
impl Unpin for VertexInputAttributeDescription2EXT
Blanket Implementations
Mutably borrows from an owned value. Read more