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