pub struct PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
pub fn ycbcr2plane444_formats(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> Freeze for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXTBuilder<'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