pub struct PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
pub fn border_color_swizzle(self, border_color_swizzle: bool) -> Self
pub fn border_color_swizzle_from_image( self, border_color_swizzle_from_image: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceBorderColorSwizzleFeaturesEXT
pub fn build(self) -> PhysicalDeviceBorderColorSwizzleFeaturesEXT
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 PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'_>
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> 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