Struct ash::vk::SamplerYcbcrConversionInfo [−][src]
#[repr(C)]pub struct SamplerYcbcrConversionInfo { pub s_type: StructureType, pub p_next: *const c_void, pub conversion: SamplerYcbcrConversion, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
conversion: SamplerYcbcrConversion
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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