pub struct UTCTiming {
pub schemeIdUri: Option<String>,
pub value: Option<String>,
}Expand description
Used to synchronize the clocks of the DASH client and server, to allow low-latency streaming.
Fields§
§schemeIdUri: Option<String>§value: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for UTCTimingwhere
UTCTiming: Default,
impl<'de> Deserialize<'de> for UTCTimingwhere UTCTiming: 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
Auto Trait Implementations§
impl RefUnwindSafe for UTCTiming
impl Send for UTCTiming
impl Sync for UTCTiming
impl Unpin for UTCTiming
impl UnwindSafe for UTCTiming
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