#[repr(C)]pub struct SamplerYcbcrConversionCreateInfo {
pub s_type: StructureType,
pub p_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: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidformat: Formatycbcr_model: SamplerYcbcrModelConversionycbcr_range: SamplerYcbcrRangecomponents: ComponentMappingx_chroma_offset: ChromaLocationy_chroma_offset: ChromaLocationchroma_filter: Filterforce_explicit_reconstruction: u32Implementations
sourceimpl SamplerYcbcrConversionCreateInfo
impl SamplerYcbcrConversionCreateInfo
pub fn builder<'a>() -> SamplerYcbcrConversionCreateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for SamplerYcbcrConversionCreateInfo
impl Clone for SamplerYcbcrConversionCreateInfo
sourcefn clone(&self) -> SamplerYcbcrConversionCreateInfo
fn clone(&self) -> SamplerYcbcrConversionCreateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SamplerYcbcrConversionCreateInfo
impl Default for SamplerYcbcrConversionCreateInfo
sourcefn default() -> SamplerYcbcrConversionCreateInfo
fn default() -> SamplerYcbcrConversionCreateInfo
Returns the “default value” for a type. Read more
impl Copy for SamplerYcbcrConversionCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for SamplerYcbcrConversionCreateInfo
impl !Send for SamplerYcbcrConversionCreateInfo
impl !Sync for SamplerYcbcrConversionCreateInfo
impl Unpin for SamplerYcbcrConversionCreateInfo
impl UnwindSafe for SamplerYcbcrConversionCreateInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more