pub struct PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceInheritedViewportScissorFeaturesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
pub fn inherited_viewport_scissor2_d(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceInheritedViewportScissorFeaturesNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceInheritedViewportScissorFeaturesNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceInheritedViewportScissorFeaturesNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceInheritedViewportScissorFeaturesNVBuilder<'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