[−][src]Struct ash::vk::AndroidHardwareBufferFormatPropertiesANDROIDBuilder
Methods
impl<'a> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
pub fn format(
self,
format: Format
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
format: Format
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn external_format(
self,
external_format: u64
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
external_format: u64
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn format_features(
self,
format_features: FormatFeatureFlags
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
format_features: FormatFeatureFlags
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn sampler_ycbcr_conversion_components(
self,
sampler_ycbcr_conversion_components: ComponentMapping
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
sampler_ycbcr_conversion_components: ComponentMapping
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn suggested_ycbcr_model(
self,
suggested_ycbcr_model: SamplerYcbcrModelConversion
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
suggested_ycbcr_model: SamplerYcbcrModelConversion
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn suggested_ycbcr_range(
self,
suggested_ycbcr_range: SamplerYcbcrRange
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
suggested_ycbcr_range: SamplerYcbcrRange
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn suggested_x_chroma_offset(
self,
suggested_x_chroma_offset: ChromaLocation
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
suggested_x_chroma_offset: ChromaLocation
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn suggested_y_chroma_offset(
self,
suggested_y_chroma_offset: ChromaLocation
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
self,
suggested_y_chroma_offset: ChromaLocation
) -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn build(self) -> AndroidHardwareBufferFormatPropertiesANDROID
[src]
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.
Methods from Deref<Target = AndroidHardwareBufferFormatPropertiesANDROID>
Trait Implementations
impl<'_> ExtendsAndroidHardwareBufferPropertiesANDROID for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'_>
[src]
impl<'a> Deref for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
type Target = AndroidHardwareBufferFormatPropertiesANDROID
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl<'a> DerefMut for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
[src]
Auto Trait Implementations
impl<'a> Unpin for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
impl<'a> !Sync for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
impl<'a> !Send for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
impl<'a> UnwindSafe for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
impl<'a> RefUnwindSafe for AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,