#[repr(C)]pub struct PhysicalDeviceDynamicRenderingFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub dynamic_rendering: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddynamic_rendering: u32Implementations
sourceimpl PhysicalDeviceDynamicRenderingFeatures
impl PhysicalDeviceDynamicRenderingFeatures
pub fn builder<'a>() -> PhysicalDeviceDynamicRenderingFeaturesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceDynamicRenderingFeatures
impl Clone for PhysicalDeviceDynamicRenderingFeatures
sourcefn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures
fn clone(&self) -> PhysicalDeviceDynamicRenderingFeatures
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceDynamicRenderingFeatures
impl Default for PhysicalDeviceDynamicRenderingFeatures
sourcefn default() -> PhysicalDeviceDynamicRenderingFeatures
fn default() -> PhysicalDeviceDynamicRenderingFeatures
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceDynamicRenderingFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceDynamicRenderingFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDynamicRenderingFeatures
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceDynamicRenderingFeatures
impl !Send for PhysicalDeviceDynamicRenderingFeatures
impl !Sync for PhysicalDeviceDynamicRenderingFeatures
impl Unpin for PhysicalDeviceDynamicRenderingFeatures
impl UnwindSafe for PhysicalDeviceDynamicRenderingFeatures
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more