pub struct Tune {
pub network_id: u16,
pub original_network_id: u16,
pub transport_stream_id: u16,
pub service_id: u16,
}Expand description
tune() object (Table 27): retune to a different service. Parameters are the
EN 300 468 identifiers, each 16 bits.
Fields§
§network_id: u16network_id.
original_network_id: u16original_network_id.
transport_stream_id: u16transport_stream_id.
service_id: u16service_id.
Trait Implementations§
impl Copy for Tune
impl Eq for Tune
Source§impl Serialize for Tune
impl Serialize for Tune
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for Tune
Auto Trait Implementations§
impl Freeze for Tune
impl RefUnwindSafe for Tune
impl Send for Tune
impl Sync for Tune
impl Unpin for Tune
impl UnsafeUnpin for Tune
impl UnwindSafe for Tune
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