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