Struct gstreamer_mpegts_sys::GstMpegtsLogicalChannel [−][src]
#[repr(C)]pub struct GstMpegtsLogicalChannel { pub service_id: u16, pub visible_service: gboolean, pub logical_channel_number: u16, }
Fields
service_id: u16visible_service: gbooleanlogical_channel_number: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsLogicalChannelimpl Send for GstMpegtsLogicalChannelimpl Sync for GstMpegtsLogicalChannelimpl Unpin for GstMpegtsLogicalChannelimpl UnwindSafe for GstMpegtsLogicalChannelBlanket Implementations
Mutably borrows from an owned value. Read more