Struct gstreamer_mpegts_sys::GstMpegtsLogicalChannelDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsLogicalChannelDescriptor { pub nb_channels: c_uint, pub channels: [GstMpegtsLogicalChannel; 64], }
Fields
nb_channels: c_uint
channels: [GstMpegtsLogicalChannel; 64]
Trait Implementations
Auto Trait Implementations
impl Send for GstMpegtsLogicalChannelDescriptor
impl Sync for GstMpegtsLogicalChannelDescriptor
impl Unpin for GstMpegtsLogicalChannelDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more