#[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 moreSource§impl Default for VideoDecodeH264MvcEXT
impl Default for VideoDecodeH264MvcEXT
impl Copy for VideoDecodeH264MvcEXT
impl ExtendsVideoDecodeH264PictureInfoEXT for VideoDecodeH264MvcEXT
Auto Trait Implementations§
impl Freeze for VideoDecodeH264MvcEXT
impl RefUnwindSafe for VideoDecodeH264MvcEXT
impl !Send for VideoDecodeH264MvcEXT
impl !Sync for VideoDecodeH264MvcEXT
impl Unpin for VideoDecodeH264MvcEXT
impl UnwindSafe for VideoDecodeH264MvcEXT
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
)