#[repr(C, align(4))]pub struct StdVideoH265ShortTermRefPicSetFlags {
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 StdVideoH265ShortTermRefPicSetFlags
impl StdVideoH265ShortTermRefPicSetFlags
pub fn inter_ref_pic_set_prediction_flag(&self) -> u32
pub fn set_inter_ref_pic_set_prediction_flag(&mut self, val: u32)
pub unsafe fn inter_ref_pic_set_prediction_flag_raw(this: *const Self) -> u32
pub unsafe fn set_inter_ref_pic_set_prediction_flag_raw( this: *mut Self, val: u32, )
pub fn delta_rps_sign(&self) -> u32
pub fn set_delta_rps_sign(&mut self, val: u32)
pub unsafe fn delta_rps_sign_raw(this: *const Self) -> u32
pub unsafe fn set_delta_rps_sign_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( inter_ref_pic_set_prediction_flag: u32, delta_rps_sign: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for StdVideoH265ShortTermRefPicSetFlags
impl Clone for StdVideoH265ShortTermRefPicSetFlags
Source§fn clone(&self) -> StdVideoH265ShortTermRefPicSetFlags
fn clone(&self) -> StdVideoH265ShortTermRefPicSetFlags
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 StdVideoH265ShortTermRefPicSetFlags
impl Default for StdVideoH265ShortTermRefPicSetFlags
Source§fn default() -> StdVideoH265ShortTermRefPicSetFlags
fn default() -> StdVideoH265ShortTermRefPicSetFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoH265ShortTermRefPicSetFlags
Auto Trait Implementations§
impl Freeze for StdVideoH265ShortTermRefPicSetFlags
impl RefUnwindSafe for StdVideoH265ShortTermRefPicSetFlags
impl Send for StdVideoH265ShortTermRefPicSetFlags
impl Sync for StdVideoH265ShortTermRefPicSetFlags
impl Unpin for StdVideoH265ShortTermRefPicSetFlags
impl UnwindSafe for StdVideoH265ShortTermRefPicSetFlags
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