pub struct AribData {
pub transport_stream_id: u16,
pub service_id: u16,
pub original_network_id: u16,
}Fields§
§transport_stream_id: u16§service_id: u16§original_network_id: u16Trait Implementations§
Source§impl OperandEncodable for AribData
impl OperandEncodable for AribData
impl Copy for AribData
impl Eq for AribData
impl StructuralPartialEq for AribData
Auto Trait Implementations§
impl Freeze for AribData
impl RefUnwindSafe for AribData
impl Send for AribData
impl Sync for AribData
impl Unpin for AribData
impl UnsafeUnpin for AribData
impl UnwindSafe for AribData
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