#[repr(C)]pub struct StdVideoDecodeH264PictureInfoFlags {
pub bitfield1: u32,
}Expand description
struct StdVideoDecodeH264PictureInfoFlags from vulkan_video_codec_h264std_decode
Fields§
§bitfield1: u32Bitfield: field_pic_flag: u32 in 1 bits Bitfield: is_intra: u32 in 1 bits Bitfield: IdrPicFlag: u32 in 1 bits Bitfield: bottom_field_flag: u32 in 1 bits Bitfield: is_reference: u32 in 1 bits Bitfield: complementary_field_pair: u32 in 1 bits
Implementations§
Source§impl StdVideoDecodeH264PictureInfoFlags
impl StdVideoDecodeH264PictureInfoFlags
pub fn get_field_pic_flag(&self) -> u32
pub fn set_field_pic_flag(&mut self, value: u32)
pub fn get_is_intra(&self) -> u32
pub fn set_is_intra(&mut self, value: u32)
pub fn get_IdrPicFlag(&self) -> u32
pub fn set_IdrPicFlag(&mut self, value: u32)
pub fn get_bottom_field_flag(&self) -> u32
pub fn set_bottom_field_flag(&mut self, value: u32)
pub fn get_is_reference(&self) -> u32
pub fn set_is_reference(&mut self, value: u32)
pub fn get_complementary_field_pair(&self) -> u32
pub fn set_complementary_field_pair(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for StdVideoDecodeH264PictureInfoFlags
impl Clone for StdVideoDecodeH264PictureInfoFlags
Source§fn clone(&self) -> StdVideoDecodeH264PictureInfoFlags
fn clone(&self) -> StdVideoDecodeH264PictureInfoFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StdVideoDecodeH264PictureInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeH264PictureInfoFlags
impl RefUnwindSafe for StdVideoDecodeH264PictureInfoFlags
impl Send for StdVideoDecodeH264PictureInfoFlags
impl Sync for StdVideoDecodeH264PictureInfoFlags
impl Unpin for StdVideoDecodeH264PictureInfoFlags
impl UnsafeUnpin for StdVideoDecodeH264PictureInfoFlags
impl UnwindSafe for StdVideoDecodeH264PictureInfoFlags
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