[][src]Struct gstreamer_mpegts_sys::GstMpegtsSatelliteDeliverySystemDescriptor

#[repr(C)]
pub struct GstMpegtsSatelliteDeliverySystemDescriptor {
    pub frequency: u32,
    pub orbital_position: c_float,
    pub west_east: gboolean,
    pub polarization: GstMpegtsSatellitePolarizationType,
    pub roll_off: GstMpegtsSatelliteRolloff,
    pub modulation_system: gboolean,
    pub modulation_type: GstMpegtsModulationType,
    pub symbol_rate: u32,
    pub fec_inner: GstMpegtsDVBCodeRate,
}

Fields

frequency: u32orbital_position: c_floatwest_east: gbooleanpolarization: GstMpegtsSatellitePolarizationTyperoll_off: GstMpegtsSatelliteRolloffmodulation_system: gbooleanmodulation_type: GstMpegtsModulationTypesymbol_rate: u32fec_inner: GstMpegtsDVBCodeRate

Trait Implementations

impl Clone for GstMpegtsSatelliteDeliverySystemDescriptor[src]

impl Copy for GstMpegtsSatelliteDeliverySystemDescriptor[src]

impl Debug for GstMpegtsSatelliteDeliverySystemDescriptor[src]

Auto Trait Implementations

impl Send for GstMpegtsSatelliteDeliverySystemDescriptor

impl Unpin for GstMpegtsSatelliteDeliverySystemDescriptor

impl Sync for GstMpegtsSatelliteDeliverySystemDescriptor

impl UnwindSafe for GstMpegtsSatelliteDeliverySystemDescriptor

impl RefUnwindSafe for GstMpegtsSatelliteDeliverySystemDescriptor

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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