#[repr(C)]pub struct SamplerYcbcrConversionCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub format: Format,
pub ycbcr_model: SamplerYcbcrModelConversion,
pub ycbcr_range: SamplerYcbcrRange,
pub components: ComponentMapping,
pub x_chroma_offset: ChromaLocation,
pub y_chroma_offset: ChromaLocation,
pub chroma_filter: Filter,
pub force_explicit_reconstruction: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidformat: Formatycbcr_model: SamplerYcbcrModelConversionycbcr_range: SamplerYcbcrRangecomponents: ComponentMappingx_chroma_offset: ChromaLocationy_chroma_offset: ChromaLocationchroma_filter: Filterforce_explicit_reconstruction: Bool32Trait 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 SamplerYcbcrConversionCreateInfo
impl !Sync for SamplerYcbcrConversionCreateInfo
impl Unpin for SamplerYcbcrConversionCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more