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