Struct cros_libva::buffer::H264EncPicFields
source · pub struct H264EncPicFields(/* private fields */);Implementations§
source§impl H264EncPicFields
impl H264EncPicFields
pub fn new( idr_pic_flag: u32, reference_pic_flag: u32, entropy_coding_mode_flag: u32, weighted_pred_flag: u32, weighted_bipred_idc: u32, constrained_intra_pred_flag: u32, transform_8x8_mode_flag: u32, deblocking_filter_control_present_flag: u32, redundant_pic_cnt_present_flag: u32, pic_order_present_flag: u32, pic_scaling_matrix_present_flag: u32, ) -> Self
Auto Trait Implementations§
impl Freeze for H264EncPicFields
impl RefUnwindSafe for H264EncPicFields
impl Send for H264EncPicFields
impl Sync for H264EncPicFields
impl Unpin for H264EncPicFields
impl UnwindSafe for H264EncPicFields
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