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