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