#[repr(C)]pub struct GstMpegtsTerrestrialDeliverySystemDescriptor {
pub frequency: u32,
pub bandwidth: u32,
pub priority: gboolean,
pub time_slicing: gboolean,
pub mpe_fec: gboolean,
pub constellation: GstMpegtsModulationType,
pub hierarchy: GstMpegtsTerrestrialHierarchy,
pub code_rate_hp: GstMpegtsDVBCodeRate,
pub code_rate_lp: GstMpegtsDVBCodeRate,
pub guard_interval: GstMpegtsTerrestrialGuardInterval,
pub transmission_mode: GstMpegtsTerrestrialTransmissionMode,
pub other_frequency: gboolean,
}
Fields§
§frequency: u32
§bandwidth: u32
§priority: gboolean
§time_slicing: gboolean
§mpe_fec: gboolean
§constellation: GstMpegtsModulationType
§hierarchy: GstMpegtsTerrestrialHierarchy
§code_rate_hp: GstMpegtsDVBCodeRate
§code_rate_lp: GstMpegtsDVBCodeRate
§guard_interval: GstMpegtsTerrestrialGuardInterval
§transmission_mode: GstMpegtsTerrestrialTransmissionMode
§other_frequency: gboolean
Trait Implementations§
source§impl Clone for GstMpegtsTerrestrialDeliverySystemDescriptor
impl Clone for GstMpegtsTerrestrialDeliverySystemDescriptor
source§fn clone(&self) -> GstMpegtsTerrestrialDeliverySystemDescriptor
fn clone(&self) -> GstMpegtsTerrestrialDeliverySystemDescriptor
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 moreimpl Copy for GstMpegtsTerrestrialDeliverySystemDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsTerrestrialDeliverySystemDescriptor
impl RefUnwindSafe for GstMpegtsTerrestrialDeliverySystemDescriptor
impl Send for GstMpegtsTerrestrialDeliverySystemDescriptor
impl Sync for GstMpegtsTerrestrialDeliverySystemDescriptor
impl Unpin for GstMpegtsTerrestrialDeliverySystemDescriptor
impl UnwindSafe for GstMpegtsTerrestrialDeliverySystemDescriptor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)