Struct screen_13::prelude::vk::PhysicalDeviceVideoFormatInfoKHR
source · pub struct PhysicalDeviceVideoFormatInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_usage: ImageUsageFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§image_usage: ImageUsageFlagsImplementations§
source§impl PhysicalDeviceVideoFormatInfoKHR
impl PhysicalDeviceVideoFormatInfoKHR
pub fn builder<'a>() -> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceVideoFormatInfoKHR
impl Clone for PhysicalDeviceVideoFormatInfoKHR
source§fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR
fn clone(&self) -> PhysicalDeviceVideoFormatInfoKHR
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 Default for PhysicalDeviceVideoFormatInfoKHR
impl Default for PhysicalDeviceVideoFormatInfoKHR
source§fn default() -> PhysicalDeviceVideoFormatInfoKHR
fn default() -> PhysicalDeviceVideoFormatInfoKHR
Returns the “default value” for a type. Read more