pub struct UTCTiming {
pub id: Option<String>,
pub schemeIdUri: String,
pub value: Option<String>,
}
Expand description
Used to synchronize the clocks of the DASH client and server, to allow low-latency streaming.
Fields§
§id: Option<String>
§schemeIdUri: String
§value: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UTCTiming
impl<'de> Deserialize<'de> for UTCTiming
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
impl StructuralPartialEq for UTCTiming
Auto Trait Implementations§
impl Freeze for UTCTiming
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