pub struct GstMpegtsT2DeliverySystemDescriptor {
pub plp_id: u8,
pub t2_system_id: u16,
pub siso_miso: u8,
pub bandwidth: u32,
pub guard_interval: i32,
pub transmission_mode: i32,
pub other_frequency: i32,
pub tfs: i32,
pub cells: *mut GPtrArray,
}Fields§
§plp_id: u8§t2_system_id: u16§siso_miso: u8§bandwidth: u32§guard_interval: i32§transmission_mode: i32§other_frequency: i32§tfs: i32§cells: *mut GPtrArrayTrait Implementations§
source§impl Clone for GstMpegtsT2DeliverySystemDescriptor
impl Clone for GstMpegtsT2DeliverySystemDescriptor
source§fn clone(&self) -> GstMpegtsT2DeliverySystemDescriptor
fn clone(&self) -> GstMpegtsT2DeliverySystemDescriptor
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