pub struct GstMpegtsT2DeliverySystemCellExtension {
pub cell_id_extension: u8,
pub transposer_frequency: u32,
}Fields§
§cell_id_extension: u8§transposer_frequency: u32Trait Implementations§
source§impl Clone for GstMpegtsT2DeliverySystemCellExtension
impl Clone for GstMpegtsT2DeliverySystemCellExtension
source§fn clone(&self) -> GstMpegtsT2DeliverySystemCellExtension
fn clone(&self) -> GstMpegtsT2DeliverySystemCellExtension
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