#[repr(transparent)]pub struct PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
pub fn image_view_type(
self,
image_view_type: ImageViewType
) -> PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceImageViewImageFormatInfoEXT
pub fn build(self) -> PhysicalDeviceImageViewImageFormatInfoEXT
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 PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
type Target = PhysicalDeviceImageViewImageFormatInfoEXT
type Target = PhysicalDeviceImageViewImageFormatInfoEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageViewImageFormatInfoEXTBuilder<'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