pub struct PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
pub fn min_lod(self, min_lod: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceImageViewMinLodFeaturesEXT
pub fn build(self) -> PhysicalDeviceImageViewMinLodFeaturesEXT
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 PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'_>
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> 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