[][src]Struct gstreamer_mpegts_sys::GstMpegtsT2DeliverySystemCell

#[repr(C)]
pub struct GstMpegtsT2DeliverySystemCell {
    pub cell_id: u16,
    pub centre_frequencies: *mut GArray,
    pub sub_cells: *mut GPtrArray,
}

Fields

cell_id: u16centre_frequencies: *mut GArraysub_cells: *mut GPtrArray

Trait Implementations

impl Clone for GstMpegtsT2DeliverySystemCell[src]

impl Copy for GstMpegtsT2DeliverySystemCell[src]

impl Debug for GstMpegtsT2DeliverySystemCell[src]

Auto Trait Implementations

impl !Send for GstMpegtsT2DeliverySystemCell

impl Unpin for GstMpegtsT2DeliverySystemCell

impl !Sync for GstMpegtsT2DeliverySystemCell

impl UnwindSafe for GstMpegtsT2DeliverySystemCell

impl RefUnwindSafe for GstMpegtsT2DeliverySystemCell

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]