#[repr(C)]pub struct StdVideoDecodeH264Mvc {
pub viewId0: u32,
pub mvcElementCount: u32,
pub pMvcElements: *const StdVideoDecodeH264MvcElement,
}Fields
viewId0: u32mvcElementCount: u32pMvcElements: *const StdVideoDecodeH264MvcElementTrait Implementations
sourceimpl Clone for StdVideoDecodeH264Mvc
impl Clone for StdVideoDecodeH264Mvc
sourcefn clone(&self) -> StdVideoDecodeH264Mvc
fn clone(&self) -> StdVideoDecodeH264Mvc
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StdVideoDecodeH264Mvc
impl Debug for StdVideoDecodeH264Mvc
impl Copy for StdVideoDecodeH264Mvc
Auto Trait Implementations
impl RefUnwindSafe for StdVideoDecodeH264Mvc
impl !Send for StdVideoDecodeH264Mvc
impl !Sync for StdVideoDecodeH264Mvc
impl Unpin for StdVideoDecodeH264Mvc
impl UnwindSafe for StdVideoDecodeH264Mvc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more