Struct ash::vk::VideoFormatPropertiesKHR
source · #[repr(C)]pub struct VideoFormatPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format: Format,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§format: FormatImplementations§
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 more