pub struct ServiceRelocated {
pub old_original_network_id: u16,
pub old_transport_stream_id: u16,
pub old_service_id: u16,
}Expand description
service_relocated body (Table 152) — fully typed, fixed 6 bytes.
Fields§
§old_original_network_id: u16old_original_network_id(16).
old_transport_stream_id: u16old_transport_stream_id(16).
old_service_id: u16old_service_id(16).
Trait Implementations§
Source§impl Clone for ServiceRelocated
impl Clone for ServiceRelocated
Source§fn clone(&self) -> ServiceRelocated
fn clone(&self) -> ServiceRelocated
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 ServiceRelocated
Source§impl Debug for ServiceRelocated
impl Debug for ServiceRelocated
impl Eq for ServiceRelocated
Source§impl<'a> ExtensionBodyDef<'a> for ServiceRelocated
impl<'a> ExtensionBodyDef<'a> for ServiceRelocated
Source§impl<'a> Parse<'a> for ServiceRelocated
impl<'a> Parse<'a> for ServiceRelocated
Source§impl PartialEq for ServiceRelocated
impl PartialEq for ServiceRelocated
Source§fn eq(&self, other: &ServiceRelocated) -> bool
fn eq(&self, other: &ServiceRelocated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ServiceRelocated
impl Serialize for ServiceRelocated
Source§impl Serialize for ServiceRelocated
impl Serialize for ServiceRelocated
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 ServiceRelocated
Auto Trait Implementations§
impl Freeze for ServiceRelocated
impl RefUnwindSafe for ServiceRelocated
impl Send for ServiceRelocated
impl Sync for ServiceRelocated
impl Unpin for ServiceRelocated
impl UnsafeUnpin for ServiceRelocated
impl UnwindSafe for ServiceRelocated
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