#[repr(transparent)]pub struct PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
pub fn color_write_enable(
self,
color_write_enable: bool
) -> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
type Target = PhysicalDeviceColorWriteEnableFeaturesEXT
type Target = PhysicalDeviceColorWriteEnableFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'_>
Auto Trait Implementations
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
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