Struct frida_sys::_GScannerConfig[][src]

#[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 gcharcset_identifier_first: *mut gcharcset_identifier_nth: *mut gcharcpair_comment_single: *mut gchar_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>padding_dummy: guint

Implementations

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.