Struct libvips::bindings::_GScanner[][src]

#[repr(C)]
pub struct _GScanner {
Show 21 fields 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

user_data: gpointermax_parse_errors: guintparse_errors: guintinput_name: *const gcharqdata: *mut GDataconfig: *mut GScannerConfigtoken: GTokenTypevalue: GTokenValueline: guintposition: guintnext_token: GTokenTypenext_value: GTokenValuenext_line: guintnext_position: guintsymbol_table: *mut GHashTableinput_fd: ginttext: *const gchartext_end: *const gcharbuffer: *mut gcharscope_id: guintmsg_handler: GScannerMsgFunc

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.