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