#[repr(C, align(4))]pub struct StdVideoDecodeVP9PictureInfoFlags {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl StdVideoDecodeVP9PictureInfoFlags
impl StdVideoDecodeVP9PictureInfoFlags
pub fn error_resilient_mode(&self) -> u32
pub fn set_error_resilient_mode(&mut self, val: u32)
pub fn intra_only(&self) -> u32
pub fn set_intra_only(&mut self, val: u32)
pub fn allow_high_precision_mv(&self) -> u32
pub fn set_allow_high_precision_mv(&mut self, val: u32)
pub fn refresh_frame_context(&self) -> u32
pub fn set_refresh_frame_context(&mut self, val: u32)
pub fn frame_parallel_decoding_mode(&self) -> u32
pub fn set_frame_parallel_decoding_mode(&mut self, val: u32)
pub fn segmentation_enabled(&self) -> u32
pub fn set_segmentation_enabled(&mut self, val: u32)
pub fn show_frame(&self) -> u32
pub fn set_show_frame(&mut self, val: u32)
pub fn UsePrevFrameMvs(&self) -> u32
pub fn set_UsePrevFrameMvs(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( error_resilient_mode: u32, intra_only: u32, allow_high_precision_mv: u32, refresh_frame_context: u32, frame_parallel_decoding_mode: u32, segmentation_enabled: u32, show_frame: u32, UsePrevFrameMvs: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for StdVideoDecodeVP9PictureInfoFlags
impl Clone for StdVideoDecodeVP9PictureInfoFlags
Source§fn clone(&self) -> StdVideoDecodeVP9PictureInfoFlags
fn clone(&self) -> StdVideoDecodeVP9PictureInfoFlags
Returns a duplicate 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 StdVideoDecodeVP9PictureInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeVP9PictureInfoFlags
impl RefUnwindSafe for StdVideoDecodeVP9PictureInfoFlags
impl Send for StdVideoDecodeVP9PictureInfoFlags
impl Sync for StdVideoDecodeVP9PictureInfoFlags
impl Unpin for StdVideoDecodeVP9PictureInfoFlags
impl UnwindSafe for StdVideoDecodeVP9PictureInfoFlags
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