Struct lava::vk_sampler_ycbcr_conversion_info::VkSamplerYcbcrConversionInfo[][src]

pub struct VkSamplerYcbcrConversionInfo<'a> {
    pub conversion: &'a VkSamplerYcbcrConversion,
}

Fields

Trait Implementations

impl<'a> Debug for VkSamplerYcbcrConversionInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkSamplerYcbcrConversionInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSamplerYcbcrConversionInfo<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations