Struct vips_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_1: __BindgenBitfieldUnit<[u8; 3], u8>, pub padding_dummy: guint, }

Fields

Methods

impl _GScannerConfig
[src]

Trait Implementations

impl Debug for _GScannerConfig
[src]

Formats the value using the given formatter. Read more

impl Copy for _GScannerConfig
[src]

impl Clone for _GScannerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GScannerConfig

impl !Sync for _GScannerConfig