#[repr(C)]pub struct PhysicalDeviceLegacyVertexAttributesPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub native_unaligned_performance: u32,
}Expand description
VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT
Provided by VK_EXT_legacy_vertex_attributes.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_VERTEX_ATTRIBUTES_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
native_unaligned_performance: u32Implementations§
Source§impl PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl PhysicalDeviceLegacyVertexAttributesPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceLegacyVertexAttributesPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceLegacyVertexAttributesPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl Clone for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceLegacyVertexAttributesPropertiesEXT
fn clone(&self) -> PhysicalDeviceLegacyVertexAttributesPropertiesEXT
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 moreimpl Copy for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl !Send for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl !Sync for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl Unpin for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
impl UnwindSafe for PhysicalDeviceLegacyVertexAttributesPropertiesEXT
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