Struct dash_mpd::EventStream
source · pub struct EventStream {
pub timescale: Option<u64>,
pub schemeIdUri: Option<String>,
pub event: Vec<Event>,
}
Fields§
§timescale: Option<u64>
§schemeIdUri: Option<String>
§event: Vec<Event>
Trait Implementations§
source§impl Clone for EventStream
impl Clone for EventStream
source§fn clone(&self) -> EventStream
fn clone(&self) -> EventStream
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 EventStream
impl Debug for EventStream
source§impl Default for EventStream
impl Default for EventStream
source§fn default() -> EventStream
fn default() -> EventStream
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EventStreamwhere
EventStream: Default,
impl<'de> Deserialize<'de> for EventStreamwhere
EventStream: 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