pub struct NativeFrameDolbyVisionMetadata {
pub profile: Option<u8>,
pub level: Option<u8>,
pub compatibility_id: Option<u8>,
pub has_rpu: bool,
pub has_el: bool,
pub has_bl: bool,
}Expand description
Dolby Vision stream metadata used for diagnostics and route selection.
Fields§
§profile: Option<u8>§level: Option<u8>§compatibility_id: Option<u8>§has_rpu: bool§has_el: bool§has_bl: boolTrait Implementations§
Source§impl Clone for NativeFrameDolbyVisionMetadata
impl Clone for NativeFrameDolbyVisionMetadata
Source§fn clone(&self) -> NativeFrameDolbyVisionMetadata
fn clone(&self) -> NativeFrameDolbyVisionMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for NativeFrameDolbyVisionMetadata
impl<'de> Deserialize<'de> for NativeFrameDolbyVisionMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeFrameDolbyVisionMetadata
impl StructuralPartialEq for NativeFrameDolbyVisionMetadata
Auto Trait Implementations§
impl Freeze for NativeFrameDolbyVisionMetadata
impl RefUnwindSafe for NativeFrameDolbyVisionMetadata
impl Send for NativeFrameDolbyVisionMetadata
impl Sync for NativeFrameDolbyVisionMetadata
impl Unpin for NativeFrameDolbyVisionMetadata
impl UnsafeUnpin for NativeFrameDolbyVisionMetadata
impl UnwindSafe for NativeFrameDolbyVisionMetadata
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