pub struct PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceCustomBorderColorPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
pub fn max_custom_border_color_samplers( self, value: u32, ) -> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
Source§type Target = PhysicalDeviceCustomBorderColorPropertiesEXT
type Target = PhysicalDeviceCustomBorderColorPropertiesEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
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> UnsafeUnpin 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