ash::vk

Type Alias SamplerYcbcrConversionImageFormatPropertiesKHR

Source
pub type SamplerYcbcrConversionImageFormatPropertiesKHR<'a> = SamplerYcbcrConversionImageFormatProperties<'a>;

Aliased Type§

struct SamplerYcbcrConversionImageFormatPropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub combined_image_sampler_descriptor_count: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§combined_image_sampler_descriptor_count: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> SamplerYcbcrConversionImageFormatProperties<'a>

Source

pub fn combined_image_sampler_descriptor_count( self, combined_image_sampler_descriptor_count: u32, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for SamplerYcbcrConversionImageFormatProperties<'a>

Source§

fn clone(&self) -> SamplerYcbcrConversionImageFormatProperties<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for SamplerYcbcrConversionImageFormatProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for SamplerYcbcrConversionImageFormatProperties<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for SamplerYcbcrConversionImageFormatProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES

Source§

impl<'a> Copy for SamplerYcbcrConversionImageFormatProperties<'a>

Source§

impl ExtendsImageFormatProperties2 for SamplerYcbcrConversionImageFormatProperties<'_>

Source§

impl Send for SamplerYcbcrConversionImageFormatProperties<'_>

Source§

impl Sync for SamplerYcbcrConversionImageFormatProperties<'_>