Struct cros_libva::buffer::AV1EncPictureFlags
source · pub struct AV1EncPictureFlags(/* private fields */);Implementations§
source§impl AV1EncPictureFlags
impl AV1EncPictureFlags
pub fn new( frame_type: u32, error_resilient_mode: bool, disable_cdf_update: bool, use_superres: bool, allow_high_precision_mv: bool, use_ref_frame_mvs: bool, disable_frame_end_update_cdf: bool, reduced_tx_set: bool, enable_frame_obu: bool, long_term_reference: bool, disable_frame_recon: bool, allow_intrabc: bool, palette_mode_enable: bool, ) -> Self
Trait Implementations§
source§impl Default for AV1EncPictureFlags
impl Default for AV1EncPictureFlags
source§fn default() -> AV1EncPictureFlags
fn default() -> AV1EncPictureFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AV1EncPictureFlags
impl RefUnwindSafe for AV1EncPictureFlags
impl Send for AV1EncPictureFlags
impl Sync for AV1EncPictureFlags
impl Unpin for AV1EncPictureFlags
impl UnwindSafe for AV1EncPictureFlags
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