Struct ash::vk::native::StdVideoH265ShortTermRefPicSetFlags
source · #[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 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 moreimpl 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