pub struct PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
pub fn depth_clip_enable(self, depth_clip_enable: bool) -> Self
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§
source§impl<'a> Deref for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDepthClipEnableFeaturesEXTBuilder<'a>
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§
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