#[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 moreSource§impl Debug for StdVideoDecodeH264Mvc
impl Debug for StdVideoDecodeH264Mvc
impl Copy for StdVideoDecodeH264Mvc
Auto Trait Implementations§
impl Freeze for StdVideoDecodeH264Mvc
impl RefUnwindSafe for StdVideoDecodeH264Mvc
impl !Send for StdVideoDecodeH264Mvc
impl !Sync for StdVideoDecodeH264Mvc
impl Unpin for StdVideoDecodeH264Mvc
impl UnwindSafe for StdVideoDecodeH264Mvc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)