Struct gstreamer_mpegts_sys::GstMpegtsT2DeliverySystemCell [−][src]
#[repr(C)]pub struct GstMpegtsT2DeliverySystemCell { pub cell_id: u16, pub centre_frequencies: *mut GArray, pub sub_cells: *mut GPtrArray, }
Fields
cell_id: u16centre_frequencies: *mut GArraysub_cells: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsT2DeliverySystemCellimpl !Sync for GstMpegtsT2DeliverySystemCellimpl Unpin for GstMpegtsT2DeliverySystemCellimpl UnwindSafe for GstMpegtsT2DeliverySystemCellBlanket Implementations
Mutably borrows from an owned value. Read more