pub enum NitKind {
Actual,
Other,
}Expand description
NIT kind — distinguishes 0x40 (actual) from 0x41 (other).
Variants§
Actual
NIT for the transport stream the receiver is tuned to.
Other
NIT describing other transport streams in the same network.
Trait Implementations§
impl Copy for NitKind
Source§impl<'de> Deserialize<'de> for NitKind
impl<'de> Deserialize<'de> for NitKind
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 NitKind
impl StructuralPartialEq for NitKind
Auto Trait Implementations§
impl Freeze for NitKind
impl RefUnwindSafe for NitKind
impl Send for NitKind
impl Sync for NitKind
impl Unpin for NitKind
impl UnsafeUnpin for NitKind
impl UnwindSafe for NitKind
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