Struct cros_libva::buffer::AV1WarpedMotionParams
source · pub struct AV1WarpedMotionParams(/* private fields */);Expand description
Wrapper over the wm bindgen field in VADecPictureParameterBufferAV1.
Implementations§
Auto Trait Implementations§
impl Freeze for AV1WarpedMotionParams
impl RefUnwindSafe for AV1WarpedMotionParams
impl Send for AV1WarpedMotionParams
impl Sync for AV1WarpedMotionParams
impl Unpin for AV1WarpedMotionParams
impl UnwindSafe for AV1WarpedMotionParams
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