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 fn delta_rps_sign(&self) -> u32
pub fn set_delta_rps_sign(&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 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 more