pub struct PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDepthClipControlFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
pub fn depth_clip_control( self, value: bool, ) -> PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceDepthClipControlFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
Source§type Target = PhysicalDeviceDepthClipControlFeaturesEXT
type Target = PhysicalDeviceDepthClipControlFeaturesEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
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> UnsafeUnpin for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'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