Struct AVDOVIDmData
#[repr(C)]pub struct AVDOVIDmData {
pub level: u8,
pub __bindgen_anon_1: AVDOVIDmData__bindgen_ty_1,
}
Expand description
Dolby Vision metadata extension block. Dynamic extension blocks may change from frame to frame, while static blocks are constant throughout the entire sequence.
@note sizeof(AVDOVIDmData) is not part of the public API.
Fields§
§level: u8
§__bindgen_anon_1: AVDOVIDmData__bindgen_ty_1
Trait Implementations§
§impl Clone for AVDOVIDmData
impl Clone for AVDOVIDmData
§fn clone(&self) -> AVDOVIDmData
fn clone(&self) -> AVDOVIDmData
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 AVDOVIDmData
impl Debug for AVDOVIDmData
impl Copy for AVDOVIDmData
Auto Trait Implementations§
impl Freeze for AVDOVIDmData
impl RefUnwindSafe for AVDOVIDmData
impl Send for AVDOVIDmData
impl Sync for AVDOVIDmData
impl Unpin for AVDOVIDmData
impl UnwindSafe for AVDOVIDmData
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