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

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

cset_skip_characters: *mut gcharcset_identifier_first: *mut gcharcset_identifier_nth: *mut gcharcpair_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_: guintpadding_dummy: guint

Trait Implementations

impl Default for Struct__GScannerConfig[src]

impl Clone for Struct__GScannerConfig[src]

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

Performs copy-assignment from source. Read more

impl Copy for Struct__GScannerConfig[src]

Auto Trait Implementations

impl !Send for Struct__GScannerConfig

impl !Sync for Struct__GScannerConfig

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.