Struct AVDOVIDmLevel10
#[repr(C)]pub struct AVDOVIDmLevel10 {
pub target_display_index: u8,
pub target_max_pq: u16,
pub target_min_pq: u16,
pub target_primary_index: u8,
pub target_display_primaries: AVColorPrimariesDesc,
}
Fields§
§target_display_index: u8
§target_max_pq: u16
§target_min_pq: u16
§target_primary_index: u8
§target_display_primaries: AVColorPrimariesDesc
Trait Implementations§
§impl Clone for AVDOVIDmLevel10
impl Clone for AVDOVIDmLevel10
§fn clone(&self) -> AVDOVIDmLevel10
fn clone(&self) -> AVDOVIDmLevel10
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 AVDOVIDmLevel10
impl Debug for AVDOVIDmLevel10
impl Copy for AVDOVIDmLevel10
Auto Trait Implementations§
impl Freeze for AVDOVIDmLevel10
impl RefUnwindSafe for AVDOVIDmLevel10
impl Send for AVDOVIDmLevel10
impl Sync for AVDOVIDmLevel10
impl Unpin for AVDOVIDmLevel10
impl UnwindSafe for AVDOVIDmLevel10
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