Struct frida_gum_sys::_GScanner[][src]

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

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

impl Clone for _GScanner[src]

impl Copy for _GScanner[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.