#[repr(C)]pub struct PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub extended_dynamic_state: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§extended_dynamic_state: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
pub fn extended_dynamic_state(self, extended_dynamic_state: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
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<'a> Debug for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'_>
impl Send for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'_>
impl Sync for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceExtendedDynamicStateFeaturesEXT<'a>
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