pub struct NvodReferenceEntry {
pub transport_stream_id: u16,
pub original_network_id: u16,
pub service_id: u16,
}Expand description
One NVOD reference triple.
Fields§
§transport_stream_id: u16transport_stream_id carrying the referenced service.
original_network_id: u16original_network_id of the referenced service.
service_id: u16service_id of the referenced NVOD time-shifted service.
Trait Implementations§
Source§impl Clone for NvodReferenceEntry
impl Clone for NvodReferenceEntry
Source§fn clone(&self) -> NvodReferenceEntry
fn clone(&self) -> NvodReferenceEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NvodReferenceEntry
Source§impl Debug for NvodReferenceEntry
impl Debug for NvodReferenceEntry
Source§impl<'de> Deserialize<'de> for NvodReferenceEntry
impl<'de> Deserialize<'de> for NvodReferenceEntry
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 Eq for NvodReferenceEntry
Source§impl PartialEq for NvodReferenceEntry
impl PartialEq for NvodReferenceEntry
Source§fn eq(&self, other: &NvodReferenceEntry) -> bool
fn eq(&self, other: &NvodReferenceEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NvodReferenceEntry
impl Serialize for NvodReferenceEntry
impl StructuralPartialEq for NvodReferenceEntry
Auto Trait Implementations§
impl Freeze for NvodReferenceEntry
impl RefUnwindSafe for NvodReferenceEntry
impl Send for NvodReferenceEntry
impl Sync for NvodReferenceEntry
impl Unpin for NvodReferenceEntry
impl UnsafeUnpin for NvodReferenceEntry
impl UnwindSafe for NvodReferenceEntry
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