Struct ash::vk::VideoDecodeH264MvcEXT
source · #[repr(C)]pub struct VideoDecodeH264MvcEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_std_mvc: *const StdVideoDecodeH264Mvc,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_std_mvc: *const StdVideoDecodeH264Mvc
Implementations§
source§impl VideoDecodeH264MvcEXT
impl VideoDecodeH264MvcEXT
pub fn builder<'a>() -> VideoDecodeH264MvcEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoDecodeH264MvcEXT
impl Clone for VideoDecodeH264MvcEXT
source§fn clone(&self) -> VideoDecodeH264MvcEXT
fn clone(&self) -> VideoDecodeH264MvcEXT
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