#[repr(C)]pub struct StdVideoDecodeAV1ReferenceInfoFlags {
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 StdVideoDecodeAV1ReferenceInfoFlags
impl StdVideoDecodeAV1ReferenceInfoFlags
pub fn disable_frame_end_update_cdf(&self) -> u32
pub fn set_disable_frame_end_update_cdf(&mut self, val: u32)
pub unsafe fn disable_frame_end_update_cdf_raw(this: *const Self) -> u32
pub unsafe fn set_disable_frame_end_update_cdf_raw(this: *mut Self, val: u32)
pub fn segmentation_enabled(&self) -> u32
pub fn set_segmentation_enabled(&mut self, val: u32)
pub unsafe fn segmentation_enabled_raw(this: *const Self) -> u32
pub unsafe fn set_segmentation_enabled_raw(this: *mut Self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( disable_frame_end_update_cdf: u32, segmentation_enabled: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for StdVideoDecodeAV1ReferenceInfoFlags
impl Clone for StdVideoDecodeAV1ReferenceInfoFlags
Source§fn clone(&self) -> StdVideoDecodeAV1ReferenceInfoFlags
fn clone(&self) -> StdVideoDecodeAV1ReferenceInfoFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoDecodeAV1ReferenceInfoFlags
impl Default for StdVideoDecodeAV1ReferenceInfoFlags
Source§fn default() -> StdVideoDecodeAV1ReferenceInfoFlags
fn default() -> StdVideoDecodeAV1ReferenceInfoFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoDecodeAV1ReferenceInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeAV1ReferenceInfoFlags
impl RefUnwindSafe for StdVideoDecodeAV1ReferenceInfoFlags
impl Send for StdVideoDecodeAV1ReferenceInfoFlags
impl Sync for StdVideoDecodeAV1ReferenceInfoFlags
impl Unpin for StdVideoDecodeAV1ReferenceInfoFlags
impl UnwindSafe for StdVideoDecodeAV1ReferenceInfoFlags
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