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