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