#[repr(C)]pub struct PhysicalDeviceDynamicRenderingLocalReadFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub dynamic_rendering_local_read: u32,
}Expand description
VkPhysicalDeviceDynamicRenderingLocalReadFeatures
Provided by VK_GRAPHICS_VERSION_1_4.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES.
p_next: *mut c_voidOptional, may be null.
dynamic_rendering_local_read: u32Implementations§
Source§impl PhysicalDeviceDynamicRenderingLocalReadFeatures
impl PhysicalDeviceDynamicRenderingLocalReadFeatures
Sourcepub fn builder<'a>() -> PhysicalDeviceDynamicRenderingLocalReadFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDynamicRenderingLocalReadFeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl Clone for PhysicalDeviceDynamicRenderingLocalReadFeatures
Source§fn clone(&self) -> PhysicalDeviceDynamicRenderingLocalReadFeatures
fn clone(&self) -> PhysicalDeviceDynamicRenderingLocalReadFeatures
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 PhysicalDeviceDynamicRenderingLocalReadFeatures
impl Default for PhysicalDeviceDynamicRenderingLocalReadFeatures
Source§fn default() -> PhysicalDeviceDynamicRenderingLocalReadFeatures
fn default() -> PhysicalDeviceDynamicRenderingLocalReadFeatures
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDynamicRenderingLocalReadFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl RefUnwindSafe for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl !Send for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl !Sync for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl Unpin for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl UnsafeUnpin for PhysicalDeviceDynamicRenderingLocalReadFeatures
impl UnwindSafe for PhysicalDeviceDynamicRenderingLocalReadFeatures
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