[−][src]Struct gst::ffi::Struct__GScannerConfig
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 Default for Struct__GScannerConfig
[src]
fn default() -> Struct__GScannerConfig
[src]
impl Clone for Struct__GScannerConfig
[src]
fn clone(&self) -> 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]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,