#[repr(transparent)]pub struct PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
pub fn custom_border_colors(
self,
custom_border_colors: bool
) -> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
pub fn custom_border_color_without_format(
self,
custom_border_color_without_format: bool
) -> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
type Target = PhysicalDeviceCustomBorderColorFeaturesEXT
type Target = PhysicalDeviceCustomBorderColorFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'_>
Auto Trait Implementations
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
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