pub struct AV1LoopFilterFields(/* private fields */);Expand description
Wrapper over the loop_filter_fields bindgen field in VADecPictureParameterBufferAV1.
Implementations§
Auto Trait Implementations§
impl Freeze for AV1LoopFilterFields
impl RefUnwindSafe for AV1LoopFilterFields
impl Send for AV1LoopFilterFields
impl Sync for AV1LoopFilterFields
impl Unpin for AV1LoopFilterFields
impl UnsafeUnpin for AV1LoopFilterFields
impl UnwindSafe for AV1LoopFilterFields
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