Struct gstreamer_mpegts_sys::GstMpegtsDVBLinkageDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsDVBLinkageDescriptor { pub transport_stream_id: u16, pub original_network_id: u16, pub service_id: u16, pub linkage_type: GstMpegtsDVBLinkageType, pub linkage_data: gpointer, pub private_data_length: u8, pub private_data_bytes: *mut u8, }
Fields
transport_stream_id: u16original_network_id: u16service_id: u16linkage_type: GstMpegtsDVBLinkageTypelinkage_data: gpointerprivate_data_length: u8private_data_bytes: *mut u8Trait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsDVBLinkageDescriptorimpl !Sync for GstMpegtsDVBLinkageDescriptorimpl Unpin for GstMpegtsDVBLinkageDescriptorimpl UnwindSafe for GstMpegtsDVBLinkageDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more