Struct ash::vk::native::StdVideoDecodeH264Mvc
source · #[repr(C)]pub struct StdVideoDecodeH264Mvc {
pub viewId0: u32,
pub mvcElementCount: u32,
pub pMvcElements: *const StdVideoDecodeH264MvcElement,
}
Fields§
§viewId0: u32
§mvcElementCount: u32
§pMvcElements: *const StdVideoDecodeH264MvcElement
Trait Implementations§
source§impl Clone for StdVideoDecodeH264Mvc
impl Clone for StdVideoDecodeH264Mvc
source§fn clone(&self) -> StdVideoDecodeH264Mvc
fn clone(&self) -> StdVideoDecodeH264Mvc
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