#[repr(C)]pub struct NativeBufferFormatPropertiesOHOS {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format: Format,
pub external_format: u64,
pub format_features: FormatFeatureFlags,
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
VkNativeBufferFormatPropertiesOHOS
Provided by VK_OHOS_external_memory.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_NATIVE_BUFFER_FORMAT_PROPERTIES_OHOS.
p_next: *mut c_voidOptional, may be null.
format: Format§external_format: u64§format_features: FormatFeatureFlags§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 NativeBufferFormatPropertiesOHOS
impl NativeBufferFormatPropertiesOHOS
Sourcepub fn builder<'a>() -> NativeBufferFormatPropertiesOHOSBuilder<'a>
pub fn builder<'a>() -> NativeBufferFormatPropertiesOHOSBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for NativeBufferFormatPropertiesOHOS
impl Clone for NativeBufferFormatPropertiesOHOS
Source§fn clone(&self) -> NativeBufferFormatPropertiesOHOS
fn clone(&self) -> NativeBufferFormatPropertiesOHOS
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 moreimpl Copy for NativeBufferFormatPropertiesOHOS
impl ExtendsNativeBufferPropertiesOHOS for NativeBufferFormatPropertiesOHOS
Auto Trait Implementations§
impl Freeze for NativeBufferFormatPropertiesOHOS
impl RefUnwindSafe for NativeBufferFormatPropertiesOHOS
impl !Send for NativeBufferFormatPropertiesOHOS
impl !Sync for NativeBufferFormatPropertiesOHOS
impl Unpin for NativeBufferFormatPropertiesOHOS
impl UnsafeUnpin for NativeBufferFormatPropertiesOHOS
impl UnwindSafe for NativeBufferFormatPropertiesOHOS
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