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: u16
original_network_id: u16
service_id: u16
linkage_type: GstMpegtsDVBLinkageType
linkage_data: gpointer
private_data_length: u8
private_data_bytes: *mut u8
Trait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsDVBLinkageDescriptor
impl !Sync for GstMpegtsDVBLinkageDescriptor
impl Unpin for GstMpegtsDVBLinkageDescriptor
impl UnwindSafe for GstMpegtsDVBLinkageDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more