#[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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.