Struct bedrock::vk::VkSamplerYcbcrConversionImageFormatProperties [] [src]

#[repr(C)]
pub struct VkSamplerYcbcrConversionImageFormatProperties { pub sType: VkStructureType, pub pNext: *mut c_void, pub combinedImageSamplerDescriptorCount: u32, }

Fields

Trait Implementations

impl Clone for VkSamplerYcbcrConversionImageFormatProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkSamplerYcbcrConversionImageFormatProperties
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations