Struct ash::vk::native::StdVideoEncodeH264SliceHeaderFlags
source · #[repr(C, align(4))]pub struct StdVideoEncodeH264SliceHeaderFlags {
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 StdVideoEncodeH264SliceHeaderFlags
impl StdVideoEncodeH264SliceHeaderFlags
pub fn direct_spatial_mv_pred_flag(&self) -> u32
pub fn set_direct_spatial_mv_pred_flag(&mut self, val: u32)
pub fn num_ref_idx_active_override_flag(&self) -> u32
pub fn set_num_ref_idx_active_override_flag(&mut self, val: u32)
pub fn no_output_of_prior_pics_flag(&self) -> u32
pub fn set_no_output_of_prior_pics_flag(&mut self, val: u32)
pub fn adaptive_ref_pic_marking_mode_flag(&self) -> u32
pub fn set_adaptive_ref_pic_marking_mode_flag(&mut self, val: u32)
pub fn no_prior_references_available_flag(&self) -> u32
pub fn set_no_prior_references_available_flag(&mut self, val: u32)
pub fn new_bitfield_1( direct_spatial_mv_pred_flag: u32, num_ref_idx_active_override_flag: u32, no_output_of_prior_pics_flag: u32, adaptive_ref_pic_marking_mode_flag: u32, no_prior_references_available_flag: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoEncodeH264SliceHeaderFlags
impl Clone for StdVideoEncodeH264SliceHeaderFlags
source§fn clone(&self) -> StdVideoEncodeH264SliceHeaderFlags
fn clone(&self) -> StdVideoEncodeH264SliceHeaderFlags
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 StdVideoEncodeH264SliceHeaderFlags
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH264SliceHeaderFlags
impl RefUnwindSafe for StdVideoEncodeH264SliceHeaderFlags
impl Send for StdVideoEncodeH264SliceHeaderFlags
impl Sync for StdVideoEncodeH264SliceHeaderFlags
impl Unpin for StdVideoEncodeH264SliceHeaderFlags
impl UnwindSafe for StdVideoEncodeH264SliceHeaderFlags
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