#[repr(C)]pub struct AndroidHardwareBufferFormatPropertiesANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format: Format,
pub external_format: u64,
pub format_features: FormatFeatureFlagBits,
pub sampler_ycbcr_conversion_components: ComponentMapping,
pub suggested_ycbcr_model: SamplerYcbcrModelConversion,
pub suggested_ycbcr_range: SamplerYcbcrRange,
pub suggested_x_chroma_offset: ChromaLocation,
pub suggested_y_chroma_offset: ChromaLocation,
}Expand description
VkAndroidHardwareBufferFormatPropertiesANDROID
Provided by VK_ANDROID_external_memory_android_hardware_buffer.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID.
p_next: *mut c_voidOptional, may be null.
format: Format§external_format: u64§format_features: FormatFeatureFlagBits§sampler_ycbcr_conversion_components: ComponentMapping§suggested_ycbcr_model: SamplerYcbcrModelConversion§suggested_ycbcr_range: SamplerYcbcrRange§suggested_x_chroma_offset: ChromaLocation§suggested_y_chroma_offset: ChromaLocationImplementations§
Source§impl AndroidHardwareBufferFormatPropertiesANDROID
impl AndroidHardwareBufferFormatPropertiesANDROID
Sourcepub fn builder<'a>() -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
pub fn builder<'a>() -> AndroidHardwareBufferFormatPropertiesANDROIDBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for AndroidHardwareBufferFormatPropertiesANDROID
impl Clone for AndroidHardwareBufferFormatPropertiesANDROID
Source§fn clone(&self) -> AndroidHardwareBufferFormatPropertiesANDROID
fn clone(&self) -> AndroidHardwareBufferFormatPropertiesANDROID
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AndroidHardwareBufferFormatPropertiesANDROID
impl Default for AndroidHardwareBufferFormatPropertiesANDROID
Source§fn default() -> AndroidHardwareBufferFormatPropertiesANDROID
fn default() -> AndroidHardwareBufferFormatPropertiesANDROID
Returns the “default value” for a type. Read more
impl Copy for AndroidHardwareBufferFormatPropertiesANDROID
impl ExtendsAndroidHardwareBufferPropertiesANDROID for AndroidHardwareBufferFormatPropertiesANDROID
Auto Trait Implementations§
impl Freeze for AndroidHardwareBufferFormatPropertiesANDROID
impl RefUnwindSafe for AndroidHardwareBufferFormatPropertiesANDROID
impl !Send for AndroidHardwareBufferFormatPropertiesANDROID
impl !Sync for AndroidHardwareBufferFormatPropertiesANDROID
impl Unpin for AndroidHardwareBufferFormatPropertiesANDROID
impl UnsafeUnpin for AndroidHardwareBufferFormatPropertiesANDROID
impl UnwindSafe for AndroidHardwareBufferFormatPropertiesANDROID
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