[][src]Struct gstreamer_mpegts_sys::GstMpegtsTerrestrialDeliverySystemDescriptor

#[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: u32bandwidth: u32priority: gbooleantime_slicing: gbooleanmpe_fec: gbooleanconstellation: GstMpegtsModulationTypehierarchy: GstMpegtsTerrestrialHierarchycode_rate_hp: GstMpegtsDVBCodeRatecode_rate_lp: GstMpegtsDVBCodeRateguard_interval: GstMpegtsTerrestrialGuardIntervaltransmission_mode: GstMpegtsTerrestrialTransmissionModeother_frequency: gboolean

Trait Implementations

impl Clone for GstMpegtsTerrestrialDeliverySystemDescriptor[src]

impl Copy for GstMpegtsTerrestrialDeliverySystemDescriptor[src]

impl Debug for GstMpegtsTerrestrialDeliverySystemDescriptor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.