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