#[repr(C)]
pub struct _GScannerConfig { pub cset_skip_characters: *mut gchar, pub cset_identifier_first: *mut gchar, pub cset_identifier_nth: *mut gchar, pub cpair_comment_single: *mut gchar, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>, pub padding_dummy: guint, }

Fields§

§cset_skip_characters: *mut gchar§cset_identifier_first: *mut gchar§cset_identifier_nth: *mut gchar§cpair_comment_single: *mut gchar§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>§padding_dummy: guint

Implementations§

source§

impl _GScannerConfig

source

pub fn case_sensitive(&self) -> guint

source

pub fn set_case_sensitive(&mut self, val: guint)

source

pub fn skip_comment_multi(&self) -> guint

source

pub fn set_skip_comment_multi(&mut self, val: guint)

source

pub fn skip_comment_single(&self) -> guint

source

pub fn set_skip_comment_single(&mut self, val: guint)

source

pub fn scan_comment_multi(&self) -> guint

source

pub fn set_scan_comment_multi(&mut self, val: guint)

source

pub fn scan_identifier(&self) -> guint

source

pub fn set_scan_identifier(&mut self, val: guint)

source

pub fn scan_identifier_1char(&self) -> guint

source

pub fn set_scan_identifier_1char(&mut self, val: guint)

source

pub fn scan_identifier_NULL(&self) -> guint

source

pub fn set_scan_identifier_NULL(&mut self, val: guint)

source

pub fn scan_symbols(&self) -> guint

source

pub fn set_scan_symbols(&mut self, val: guint)

source

pub fn scan_binary(&self) -> guint

source

pub fn set_scan_binary(&mut self, val: guint)

source

pub fn scan_octal(&self) -> guint

source

pub fn set_scan_octal(&mut self, val: guint)

source

pub fn scan_float(&self) -> guint

source

pub fn set_scan_float(&mut self, val: guint)

source

pub fn scan_hex(&self) -> guint

source

pub fn set_scan_hex(&mut self, val: guint)

source

pub fn scan_hex_dollar(&self) -> guint

source

pub fn set_scan_hex_dollar(&mut self, val: guint)

source

pub fn scan_string_sq(&self) -> guint

source

pub fn set_scan_string_sq(&mut self, val: guint)

source

pub fn scan_string_dq(&self) -> guint

source

pub fn set_scan_string_dq(&mut self, val: guint)

source

pub fn numbers_2_int(&self) -> guint

source

pub fn set_numbers_2_int(&mut self, val: guint)

source

pub fn int_2_float(&self) -> guint

source

pub fn set_int_2_float(&mut self, val: guint)

source

pub fn identifier_2_string(&self) -> guint

source

pub fn set_identifier_2_string(&mut self, val: guint)

source

pub fn char_2_token(&self) -> guint

source

pub fn set_char_2_token(&mut self, val: guint)

source

pub fn symbol_2_token(&self) -> guint

source

pub fn set_symbol_2_token(&mut self, val: guint)

source

pub fn scope_0_fallback(&self) -> guint

source

pub fn set_scope_0_fallback(&mut self, val: guint)

source

pub fn store_int64(&self) -> guint

source

pub fn set_store_int64(&mut self, val: guint)

source

pub fn new_bitfield_1( case_sensitive: guint, skip_comment_multi: guint, skip_comment_single: guint, scan_comment_multi: guint, scan_identifier: guint, scan_identifier_1char: guint, scan_identifier_NULL: guint, scan_symbols: guint, scan_binary: guint, scan_octal: guint, scan_float: guint, scan_hex: guint, scan_hex_dollar: guint, scan_string_sq: guint, scan_string_dq: guint, numbers_2_int: guint, int_2_float: guint, identifier_2_string: guint, char_2_token: guint, symbol_2_token: guint, scope_0_fallback: guint, store_int64: guint ) -> __BindgenBitfieldUnit<[u8; 3]>

Trait Implementations§

source§

impl Clone for _GScannerConfig

source§

fn clone(&self) -> _GScannerConfig

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _GScannerConfig

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for _GScannerConfig

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.