Struct cros_libva::buffer::AV1EncModeControlFlags
source · pub struct AV1EncModeControlFlags(/* private fields */);Implementations§
Trait Implementations§
source§impl Default for AV1EncModeControlFlags
impl Default for AV1EncModeControlFlags
source§fn default() -> AV1EncModeControlFlags
fn default() -> AV1EncModeControlFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AV1EncModeControlFlags
impl RefUnwindSafe for AV1EncModeControlFlags
impl Send for AV1EncModeControlFlags
impl Sync for AV1EncModeControlFlags
impl Unpin for AV1EncModeControlFlags
impl UnwindSafe for AV1EncModeControlFlags
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