#[repr(C)]pub struct BufferCollectionPropertiesFUCHSIA {Show 13 fields
pub s_type: StructureType,
pub next: *mut c_void,
pub memory_type_bits: u32,
pub buffer_count: u32,
pub create_info_index: u32,
pub sysmem_pixel_format: u64,
pub format_features: FormatFeatureFlags,
pub sysmem_color_space_index: SysmemColorSpaceFUCHSIA,
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
Fields
s_type: StructureTypenext: *mut c_voidmemory_type_bits: u32buffer_count: u32create_info_index: u32sysmem_pixel_format: u64format_features: FormatFeatureFlagssysmem_color_space_index: SysmemColorSpaceFUCHSIAsampler_ycbcr_conversion_components: ComponentMappingsuggested_ycbcr_model: SamplerYcbcrModelConversionsuggested_ycbcr_range: SamplerYcbcrRangesuggested_x_chroma_offset: ChromaLocationsuggested_y_chroma_offset: ChromaLocationTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for BufferCollectionPropertiesFUCHSIA
impl !Sync for BufferCollectionPropertiesFUCHSIA
impl Unpin for BufferCollectionPropertiesFUCHSIA
Blanket Implementations
Mutably borrows from an owned value. Read more