pub struct PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
pub fn color_write_enable(self, color_write_enable: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceColorWriteEnableFeaturesEXT
pub fn build(self) -> PhysicalDeviceColorWriteEnableFeaturesEXT
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 PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'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