Struct AVDOVIDecoderConfigurationRecord
#[repr(C)]pub struct AVDOVIDecoderConfigurationRecord {
pub dv_version_major: u8,
pub dv_version_minor: u8,
pub dv_profile: u8,
pub dv_level: u8,
pub rpu_present_flag: u8,
pub el_present_flag: u8,
pub bl_present_flag: u8,
pub dv_bl_signal_compatibility_id: u8,
pub dv_md_compression: u8,
}
Fields§
§dv_version_major: u8
§dv_version_minor: u8
§dv_profile: u8
§dv_level: u8
§rpu_present_flag: u8
§el_present_flag: u8
§bl_present_flag: u8
§dv_bl_signal_compatibility_id: u8
§dv_md_compression: u8
Trait Implementations§
§impl Clone for AVDOVIDecoderConfigurationRecord
impl Clone for AVDOVIDecoderConfigurationRecord
§fn clone(&self) -> AVDOVIDecoderConfigurationRecord
fn clone(&self) -> AVDOVIDecoderConfigurationRecord
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 AVDOVIDecoderConfigurationRecord
impl Debug for AVDOVIDecoderConfigurationRecord
impl Copy for AVDOVIDecoderConfigurationRecord
Auto Trait Implementations§
impl Freeze for AVDOVIDecoderConfigurationRecord
impl RefUnwindSafe for AVDOVIDecoderConfigurationRecord
impl Send for AVDOVIDecoderConfigurationRecord
impl Sync for AVDOVIDecoderConfigurationRecord
impl Unpin for AVDOVIDecoderConfigurationRecord
impl UnwindSafe for AVDOVIDecoderConfigurationRecord
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