#[repr(C)]pub struct PhysicalDeviceExtendedDynamicState3PropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub dynamic_primitive_topology_unrestricted: u32,
}Expand description
VkPhysicalDeviceExtendedDynamicState3PropertiesEXT
Provided by VK_EXT_extended_dynamic_state3.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_3_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
dynamic_primitive_topology_unrestricted: u32Implementations§
Source§impl PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl PhysicalDeviceExtendedDynamicState3PropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceExtendedDynamicState3PropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExtendedDynamicState3PropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl Clone for PhysicalDeviceExtendedDynamicState3PropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceExtendedDynamicState3PropertiesEXT
fn clone(&self) -> PhysicalDeviceExtendedDynamicState3PropertiesEXT
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 Default for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl Default for PhysicalDeviceExtendedDynamicState3PropertiesEXT
Source§fn default() -> PhysicalDeviceExtendedDynamicState3PropertiesEXT
fn default() -> PhysicalDeviceExtendedDynamicState3PropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceExtendedDynamicState3PropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl RefUnwindSafe for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl !Send for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl !Sync for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl Unpin for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl UnsafeUnpin for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl UnwindSafe for PhysicalDeviceExtendedDynamicState3PropertiesEXT
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