#[repr(C)]pub struct StdVideoH265ShortTermRefPicSetFlags {
pub bitfield1: u32,
}Expand description
struct StdVideoH265ShortTermRefPicSetFlags from vulkan_video_codec_h265std
Fields§
§bitfield1: u32Bitfield: inter_ref_pic_set_prediction_flag: u32 in 1 bits Bitfield: delta_rps_sign: u32 in 1 bits
Implementations§
Source§impl StdVideoH265ShortTermRefPicSetFlags
impl StdVideoH265ShortTermRefPicSetFlags
pub fn get_inter_ref_pic_set_prediction_flag(&self) -> u32
pub fn set_inter_ref_pic_set_prediction_flag(&mut self, value: u32)
pub fn get_delta_rps_sign(&self) -> u32
pub fn set_delta_rps_sign(&mut self, value: u32)
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§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