#[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: StructureTypep_next: *const c_voidp_std_mvc: *const StdVideoDecodeH264MvcImplementations
sourceimpl VideoDecodeH264MvcEXT
impl VideoDecodeH264MvcEXT
pub fn builder<'a>() -> VideoDecodeH264MvcEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoDecodeH264MvcEXT
impl Clone for VideoDecodeH264MvcEXT
sourcefn clone(&self) -> VideoDecodeH264MvcEXT
fn clone(&self) -> VideoDecodeH264MvcEXT
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 VideoDecodeH264MvcEXT
impl Debug for VideoDecodeH264MvcEXT
sourceimpl Default for VideoDecodeH264MvcEXT
impl Default for VideoDecodeH264MvcEXT
sourcefn default() -> VideoDecodeH264MvcEXT
fn default() -> VideoDecodeH264MvcEXT
Returns the “default value” for a type. Read more
impl Copy for VideoDecodeH264MvcEXT
impl ExtendsVideoDecodeH264PictureInfoEXT for VideoDecodeH264MvcEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoDecodeH264MvcEXT
impl !Send for VideoDecodeH264MvcEXT
impl !Sync for VideoDecodeH264MvcEXT
impl Unpin for VideoDecodeH264MvcEXT
impl UnwindSafe for VideoDecodeH264MvcEXT
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