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