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