#[repr(transparent)]pub struct PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
pub fn min_lod(
self,
min_lod: bool
) -> PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
type Target = PhysicalDeviceImageViewMinLodFeaturesEXT
type Target = PhysicalDeviceImageViewMinLodFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageViewMinLodFeaturesEXTBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more