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

#[repr(C)]
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

Trait Implementations

impl Clone for Struct__GScannerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GScannerConfig
[src]

impl Default for Struct__GScannerConfig
[src]

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

Auto Trait Implementations

impl !Send for Struct__GScannerConfig

impl !Sync for Struct__GScannerConfig