pub struct GstMpegtsT2DeliverySystemCell {
pub cell_id: u16,
pub centre_frequencies: *mut GArray,
pub sub_cells: *mut GPtrArray,
}Fields§
§cell_id: u16§centre_frequencies: *mut GArray§sub_cells: *mut GPtrArrayTrait Implementations§
source§impl Clone for GstMpegtsT2DeliverySystemCell
impl Clone for GstMpegtsT2DeliverySystemCell
source§fn clone(&self) -> GstMpegtsT2DeliverySystemCell
fn clone(&self) -> GstMpegtsT2DeliverySystemCell
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more