[][src]Struct glib_sys::GScanner

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

Fields

user_data: gpointermax_parse_errors: c_uintparse_errors: c_uintinput_name: *const c_charqdata: *mut GDataconfig: *mut GScannerConfigtoken: GTokenTypevalue: GTokenValueline: c_uintposition: c_uintnext_token: GTokenTypenext_value: GTokenValuenext_line: c_uintnext_position: c_uintsymbol_table: *mut GHashTableinput_fd: c_inttext: *const c_chartext_end: *const c_charbuffer: *mut c_charscope_id: c_uintmsg_handler: GScannerMsgFunc

Trait Implementations

impl Clone for GScanner[src]

impl Copy for GScanner[src]

impl Debug for GScanner[src]

Auto Trait Implementations

impl !Send for GScanner

impl Unpin for GScanner

impl !Sync for GScanner

impl UnwindSafe for GScanner

impl RefUnwindSafe for GScanner

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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