Union AVFilmGrainParams__bindgen_ty_1
#[repr(C)]
pub union AVFilmGrainParams__bindgen_ty_1 {
pub aom: AVFilmGrainAOMParams,
pub h274: AVFilmGrainH274Params,
}
Expand description
Additional fields may be added both here and in any structure included. If a codec’s film grain structure differs slightly over another codec’s, fields within may change meaning depending on the type.
TODO: Move this to the end of the structure, at the next ABI bump.
Fields§
§aom: AVFilmGrainAOMParams
§h274: AVFilmGrainH274Params
Trait Implementations§
§impl Clone for AVFilmGrainParams__bindgen_ty_1
impl Clone for AVFilmGrainParams__bindgen_ty_1
§fn clone(&self) -> AVFilmGrainParams__bindgen_ty_1
fn clone(&self) -> AVFilmGrainParams__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVFilmGrainParams__bindgen_ty_1
impl Debug for AVFilmGrainParams__bindgen_ty_1
impl Copy for AVFilmGrainParams__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for AVFilmGrainParams__bindgen_ty_1
impl RefUnwindSafe for AVFilmGrainParams__bindgen_ty_1
impl Send for AVFilmGrainParams__bindgen_ty_1
impl Sync for AVFilmGrainParams__bindgen_ty_1
impl Unpin for AVFilmGrainParams__bindgen_ty_1
impl UnwindSafe for AVFilmGrainParams__bindgen_ty_1
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