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