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