#[repr(C, 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§
Source§impl 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§
Source§impl Clone for StdVideoDecodeH264MvcElementFlags
impl Clone for StdVideoDecodeH264MvcElementFlags
Source§fn clone(&self) -> StdVideoDecodeH264MvcElementFlags
fn clone(&self) -> StdVideoDecodeH264MvcElementFlags
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 moreimpl Copy for StdVideoDecodeH264MvcElementFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeH264MvcElementFlags
impl RefUnwindSafe for StdVideoDecodeH264MvcElementFlags
impl Send for StdVideoDecodeH264MvcElementFlags
impl Sync for StdVideoDecodeH264MvcElementFlags
impl Unpin for StdVideoDecodeH264MvcElementFlags
impl UnwindSafe for StdVideoDecodeH264MvcElementFlags
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
)