Struct screen_13::prelude::vk::VideoFormatPropertiesKHR
source · pub struct VideoFormatPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format: Format,
pub component_mapping: ComponentMapping,
pub image_create_flags: ImageCreateFlags,
pub image_type: ImageType,
pub image_tiling: ImageTiling,
pub image_usage_flags: ImageUsageFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§format: Format§component_mapping: ComponentMapping§image_create_flags: ImageCreateFlags§image_type: ImageType§image_tiling: ImageTiling§image_usage_flags: ImageUsageFlagsImplementations§
source§impl VideoFormatPropertiesKHR
impl VideoFormatPropertiesKHR
pub fn builder<'a>() -> VideoFormatPropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoFormatPropertiesKHR
impl Clone for VideoFormatPropertiesKHR
source§fn clone(&self) -> VideoFormatPropertiesKHR
fn clone(&self) -> VideoFormatPropertiesKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VideoFormatPropertiesKHR
impl Debug for VideoFormatPropertiesKHR
source§impl Default for VideoFormatPropertiesKHR
impl Default for VideoFormatPropertiesKHR
source§fn default() -> VideoFormatPropertiesKHR
fn default() -> VideoFormatPropertiesKHR
Returns the “default value” for a type. Read more