Struct ash::vk::VideoQueueFamilyProperties2KHR
source · #[repr(C)]pub struct VideoQueueFamilyProperties2KHR {
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: VideoCodecOperationFlagsKHR
Implementations§
source§impl VideoQueueFamilyProperties2KHR
impl VideoQueueFamilyProperties2KHR
pub fn builder<'a>() -> VideoQueueFamilyProperties2KHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoQueueFamilyProperties2KHR
impl Clone for VideoQueueFamilyProperties2KHR
source§fn clone(&self) -> VideoQueueFamilyProperties2KHR
fn clone(&self) -> VideoQueueFamilyProperties2KHR
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