Struct vips_sys::_GOptionEntry[][src]

#[repr(C)]
pub struct _GOptionEntry { pub long_name: *const gchar, pub short_name: gchar, pub flags: gint, pub arg: GOptionArg, pub arg_data: gpointer, pub description: *const gchar, pub arg_description: *const gchar, }

Fields

Trait Implementations

impl Debug for _GOptionEntry
[src]

Formats the value using the given formatter. Read more

impl Copy for _GOptionEntry
[src]

impl Clone for _GOptionEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GOptionEntry

impl !Sync for _GOptionEntry