Struct dash_mpd::FramePacking
source · pub struct FramePacking {
pub id: Option<String>,
pub schemeIdUri: Option<String>,
pub value: Option<String>,
}
Expand description
Specifies frame-packing arrangement information of the video media component type.
Fields§
§id: Option<String>
§schemeIdUri: Option<String>
§value: Option<String>
Trait Implementations§
source§impl Clone for FramePacking
impl Clone for FramePacking
source§fn clone(&self) -> FramePacking
fn clone(&self) -> FramePacking
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 moresource§impl Debug for FramePacking
impl Debug for FramePacking
source§impl Default for FramePacking
impl Default for FramePacking
source§fn default() -> FramePacking
fn default() -> FramePacking
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FramePackingwhere
FramePacking: Default,
impl<'de> Deserialize<'de> for FramePackingwhere FramePacking: Default,
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