#[repr(C, align(4))]pub struct StdVideoVP9SegmentationFlags {
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 StdVideoVP9SegmentationFlags
impl StdVideoVP9SegmentationFlags
pub fn segmentation_update_map(&self) -> u32
pub fn set_segmentation_update_map(&mut self, val: u32)
pub fn segmentation_temporal_update(&self) -> u32
pub fn set_segmentation_temporal_update(&mut self, val: u32)
pub fn segmentation_update_data(&self) -> u32
pub fn set_segmentation_update_data(&mut self, val: u32)
pub fn segmentation_abs_or_delta_update(&self) -> u32
pub fn set_segmentation_abs_or_delta_update(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( segmentation_update_map: u32, segmentation_temporal_update: u32, segmentation_update_data: u32, segmentation_abs_or_delta_update: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for StdVideoVP9SegmentationFlags
impl Clone for StdVideoVP9SegmentationFlags
Source§fn clone(&self) -> StdVideoVP9SegmentationFlags
fn clone(&self) -> StdVideoVP9SegmentationFlags
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 moreSource§impl Debug for StdVideoVP9SegmentationFlags
impl Debug for StdVideoVP9SegmentationFlags
impl Copy for StdVideoVP9SegmentationFlags
Auto Trait Implementations§
impl Freeze for StdVideoVP9SegmentationFlags
impl RefUnwindSafe for StdVideoVP9SegmentationFlags
impl Send for StdVideoVP9SegmentationFlags
impl Sync for StdVideoVP9SegmentationFlags
impl Unpin for StdVideoVP9SegmentationFlags
impl UnwindSafe for StdVideoVP9SegmentationFlags
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