Struct dash_mpd::Initialization [−][src]
Expand description
The first media segment in a sequence of Segments. Subsequent segments can be concatenated to this segment to produce a media stream.
Fields
sourceURL: Option<String>
range: Option<String>
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Initialization
impl Send for Initialization
impl Sync for Initialization
impl Unpin for Initialization
impl UnwindSafe for Initialization
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more