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