Struct ash::vk::PhysicalDeviceDynamicRenderingFeatures
source · #[repr(C)]pub struct PhysicalDeviceDynamicRenderingFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub dynamic_rendering: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§dynamic_rendering: Bool32
Implementations§
source§impl PhysicalDeviceDynamicRenderingFeatures
impl PhysicalDeviceDynamicRenderingFeatures
pub fn builder<'a>() -> PhysicalDeviceDynamicRenderingFeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceDynamicRenderingFeatures
impl Clone for PhysicalDeviceDynamicRenderingFeatures
source§fn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures
fn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures
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 PhysicalDeviceDynamicRenderingFeatures
impl TaggedStructure for PhysicalDeviceDynamicRenderingFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES
impl Copy for PhysicalDeviceDynamicRenderingFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceDynamicRenderingFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDynamicRenderingFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDynamicRenderingFeatures
impl RefUnwindSafe for PhysicalDeviceDynamicRenderingFeatures
impl !Send for PhysicalDeviceDynamicRenderingFeatures
impl !Sync for PhysicalDeviceDynamicRenderingFeatures
impl Unpin for PhysicalDeviceDynamicRenderingFeatures
impl UnwindSafe for PhysicalDeviceDynamicRenderingFeatures
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