#[repr(C)]#[repr(align(4))]pub struct StdVideoDecodeH264MvcElementFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields
_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: [u8; 3]Implementations
sourceimpl StdVideoDecodeH264MvcElementFlags
impl StdVideoDecodeH264MvcElementFlags
pub fn non_idr(&self) -> u32
pub fn set_non_idr(&mut self, val: u32)
pub fn anchor_pic(&self) -> u32
pub fn set_anchor_pic(&mut self, val: u32)
pub fn inter_view(&self) -> u32
pub fn set_inter_view(&mut self, val: u32)
pub fn new_bitfield_1(
non_idr: u32,
anchor_pic: u32,
inter_view: u32
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for StdVideoDecodeH264MvcElementFlags
impl Clone for StdVideoDecodeH264MvcElementFlags
sourcefn clone(&self) -> StdVideoDecodeH264MvcElementFlags
fn clone(&self) -> StdVideoDecodeH264MvcElementFlags
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
impl Copy for StdVideoDecodeH264MvcElementFlags
Auto Trait Implementations
impl RefUnwindSafe for StdVideoDecodeH264MvcElementFlags
impl Send for StdVideoDecodeH264MvcElementFlags
impl Sync for StdVideoDecodeH264MvcElementFlags
impl Unpin for StdVideoDecodeH264MvcElementFlags
impl UnwindSafe for StdVideoDecodeH264MvcElementFlags
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