Struct gstreamer_mpegts_sys::GstMpegtsAtscVCTSource[][src]

#[repr(C)]
pub struct GstMpegtsAtscVCTSource {
Show fields pub short_name: *mut c_char, pub major_channel_number: u16, pub minor_channel_number: u16, pub modulation_mode: u8, pub carrier_frequency: u32, pub channel_TSID: u16, pub program_number: u16, pub ETM_location: u8, pub access_controlled: gboolean, pub hidden: gboolean, pub path_select: gboolean, pub out_of_band: gboolean, pub hide_guide: gboolean, pub service_type: u8, pub source_id: u16, pub descriptors: *mut GPtrArray,
}

Fields

short_name: *mut c_charmajor_channel_number: u16minor_channel_number: u16modulation_mode: u8carrier_frequency: u32channel_TSID: u16program_number: u16ETM_location: u8access_controlled: gbooleanhidden: gbooleanpath_select: gbooleanout_of_band: gbooleanhide_guide: gbooleanservice_type: u8source_id: u16descriptors: *mut GPtrArray

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)

recently added

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.