#[repr(C)]pub struct SamplerYcbcrConversionInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub conversion: SamplerYcbcrConversion,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidconversion: SamplerYcbcrConversionTrait 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 RefUnwindSafe for SamplerYcbcrConversionInfo
impl !Send for SamplerYcbcrConversionInfo
impl !Sync for SamplerYcbcrConversionInfo
impl Unpin for SamplerYcbcrConversionInfo
impl UnwindSafe for SamplerYcbcrConversionInfo
Blanket Implementations
Mutably borrows from an owned value. Read more