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