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