pub struct PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceCustomBorderColorFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
pub fn custom_border_colors(self, value: bool) -> Self
pub fn custom_border_color_without_format(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceCustomBorderColorFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceCustomBorderColorFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceCustomBorderColorFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
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> UnsafeUnpin 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