#[repr(transparent)]pub struct PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
pub fn max_custom_border_color_samplers(
self,
max_custom_border_color_samplers: u32
) -> PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
type Target = PhysicalDeviceCustomBorderColorPropertiesEXT
type Target = PhysicalDeviceCustomBorderColorPropertiesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCustomBorderColorPropertiesEXTBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more