Struct gst::ffi::Struct__GScannerConfig [] [src]

pub struct Struct__GScannerConfig {
    pub cset_skip_characters: *mut gchar,
    pub cset_identifier_first: *mut gchar,
    pub cset_identifier_nth: *mut gchar,
    pub cpair_comment_single: *mut gchar,
    pub _bindgen_bitfield_1_: guint,
    pub _bindgen_bitfield_2_: guint,
    pub _bindgen_bitfield_3_: guint,
    pub _bindgen_bitfield_4_: guint,
    pub _bindgen_bitfield_5_: guint,
    pub _bindgen_bitfield_6_: guint,
    pub _bindgen_bitfield_7_: guint,
    pub _bindgen_bitfield_8_: guint,
    pub _bindgen_bitfield_9_: guint,
    pub _bindgen_bitfield_10_: guint,
    pub _bindgen_bitfield_11_: guint,
    pub _bindgen_bitfield_12_: guint,
    pub _bindgen_bitfield_13_: guint,
    pub _bindgen_bitfield_14_: guint,
    pub _bindgen_bitfield_15_: guint,
    pub _bindgen_bitfield_16_: guint,
    pub _bindgen_bitfield_17_: guint,
    pub _bindgen_bitfield_18_: guint,
    pub _bindgen_bitfield_19_: guint,
    pub _bindgen_bitfield_20_: guint,
    pub _bindgen_bitfield_21_: guint,
    pub _bindgen_bitfield_22_: guint,
    pub padding_dummy: guint,
}

Fields

cset_skip_characters: *mut gchar cset_identifier_first: *mut gchar cset_identifier_nth: *mut gchar cpair_comment_single: *mut gchar _bindgen_bitfield_1_: guint _bindgen_bitfield_2_: guint _bindgen_bitfield_3_: guint _bindgen_bitfield_4_: guint _bindgen_bitfield_5_: guint _bindgen_bitfield_6_: guint _bindgen_bitfield_7_: guint _bindgen_bitfield_8_: guint _bindgen_bitfield_9_: guint _bindgen_bitfield_10_: guint _bindgen_bitfield_11_: guint _bindgen_bitfield_12_: guint _bindgen_bitfield_13_: guint _bindgen_bitfield_14_: guint _bindgen_bitfield_15_: guint _bindgen_bitfield_16_: guint _bindgen_bitfield_17_: guint _bindgen_bitfield_18_: guint _bindgen_bitfield_19_: guint _bindgen_bitfield_20_: guint _bindgen_bitfield_21_: guint _bindgen_bitfield_22_: guint padding_dummy: guint

Trait Implementations

impl Copy for Struct__GScannerConfig
[src]

impl Clone for Struct__GScannerConfig
[src]

fn clone(&self) -> Struct__GScannerConfig

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct__GScannerConfig
[src]

fn default() -> Struct__GScannerConfig

Returns the "default value" for a type. Read more