#[repr(C)]pub struct PhysicalDeviceExtendedDynamicState3PropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub dynamic_primitive_topology_unrestricted: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§dynamic_primitive_topology_unrestricted: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl Clone for PhysicalDeviceExtendedDynamicState3PropertiesEXT
source§fn clone(&self) -> PhysicalDeviceExtendedDynamicState3PropertiesEXT
fn clone(&self) -> PhysicalDeviceExtendedDynamicState3PropertiesEXT
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 PhysicalDeviceExtendedDynamicState3PropertiesEXT
impl TaggedStructure for PhysicalDeviceExtendedDynamicState3PropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_3_PROPERTIES_EXT
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 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