[][src]Struct gstreamer_mpegts_sys::GstMpegtsDVBLinkageExtendedEvent

#[repr(C)]
pub struct GstMpegtsDVBLinkageExtendedEvent {
    pub target_event_id: u16,
    pub target_listed: gboolean,
    pub event_simulcast: gboolean,
    pub link_type: u8,
    pub target_id_type: u8,
    pub original_network_id_flag: gboolean,
    pub service_id_flag: gboolean,
    pub user_defined_id: u16,
    pub target_transport_stream_id: u16,
    pub target_original_network_id: u16,
    pub target_service_id: u16,
}

Fields

target_event_id: u16target_listed: gbooleanevent_simulcast: gbooleanlink_type: u8target_id_type: u8original_network_id_flag: gbooleanservice_id_flag: gbooleanuser_defined_id: u16target_transport_stream_id: u16target_original_network_id: u16target_service_id: u16

Trait Implementations

impl Clone for GstMpegtsDVBLinkageExtendedEvent[src]

impl Copy for GstMpegtsDVBLinkageExtendedEvent[src]

impl Debug for GstMpegtsDVBLinkageExtendedEvent[src]

Auto Trait Implementations

impl Send for GstMpegtsDVBLinkageExtendedEvent

impl Unpin for GstMpegtsDVBLinkageExtendedEvent

impl Sync for GstMpegtsDVBLinkageExtendedEvent

impl UnwindSafe for GstMpegtsDVBLinkageExtendedEvent

impl RefUnwindSafe for GstMpegtsDVBLinkageExtendedEvent

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]