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