Struct gst::ffi::Struct__GScanner[][src]

#[repr(C)]
pub struct Struct__GScanner { pub user_data: gpointer, pub max_parse_errors: guint, pub parse_errors: guint, pub input_name: *const gchar, pub qdata: *mut GData, pub config: *mut GScannerConfig, pub token: GTokenType, pub value: GTokenValue, pub line: guint, pub position: guint, pub next_token: GTokenType, pub next_value: GTokenValue, pub next_line: guint, pub next_position: guint, pub symbol_table: *mut GHashTable, pub input_fd: gint, pub text: *const gchar, pub text_end: *const gchar, pub buffer: *mut gchar, pub scope_id: guint, pub msg_handler: GScannerMsgFunc, }

Fields

Trait Implementations

impl Default for Struct__GScanner
[src]

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

Auto Trait Implementations

impl !Send for Struct__GScanner

impl !Sync for Struct__GScanner