pub struct PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
pub fn amigo_profiling(self, amigo_profiling: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceAmigoProfilingFeaturesSEC
pub fn build(self) -> PhysicalDeviceAmigoProfilingFeaturesSEC
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> Deref for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> !Send for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> !Sync for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> Unpin for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceAmigoProfilingFeaturesSECBuilder<'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