Struct dash_mpd::SegmentList [−][src]
pub struct SegmentList {
pub duration: Option<u64>,
pub href: Option<String>,
pub actuate: Option<String>,
pub sltype: Option<String>,
pub show: Option<String>,
pub Initialization: Option<Initialization>,
pub segment_urls: Vec<SegmentURL>,
}
Expand description
Contains a sequence of SegmentURL elements.
Fields
duration: Option<u64>
href: Option<String>
A “remote resource”, following the XML Linking Language (XLink) specification.
actuate: Option<String>
sltype: Option<String>
show: Option<String>
Initialization: Option<Initialization>
segment_urls: Vec<SegmentURL>
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 SegmentList
impl Send for SegmentList
impl Sync for SegmentList
impl Unpin for SegmentList
impl UnwindSafe for SegmentList
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