Struct ash::vk::VertexInputAttributeDescription2EXT
source · #[repr(C)]pub struct VertexInputAttributeDescription2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§location: u32
§binding: u32
§format: Format
§offset: u32
Implementations§
source§impl VertexInputAttributeDescription2EXT
impl VertexInputAttributeDescription2EXT
pub fn builder<'a>() -> VertexInputAttributeDescription2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for VertexInputAttributeDescription2EXT
impl Clone for VertexInputAttributeDescription2EXT
source§fn clone(&self) -> VertexInputAttributeDescription2EXT
fn clone(&self) -> VertexInputAttributeDescription2EXT
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 TaggedStructure for VertexInputAttributeDescription2EXT
impl TaggedStructure for VertexInputAttributeDescription2EXT
const STRUCTURE_TYPE: StructureType = StructureType::VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT
impl Copy for VertexInputAttributeDescription2EXT
Auto Trait Implementations§
impl Freeze for VertexInputAttributeDescription2EXT
impl RefUnwindSafe for VertexInputAttributeDescription2EXT
impl !Send for VertexInputAttributeDescription2EXT
impl !Sync for VertexInputAttributeDescription2EXT
impl Unpin for VertexInputAttributeDescription2EXT
impl UnwindSafe for VertexInputAttributeDescription2EXT
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