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: u16
visible_service: gboolean
logical_channel_number: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsLogicalChannel
impl Send for GstMpegtsLogicalChannel
impl Sync for GstMpegtsLogicalChannel
impl Unpin for GstMpegtsLogicalChannel
impl UnwindSafe for GstMpegtsLogicalChannel
Blanket Implementations
Mutably borrows from an owned value. Read more