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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GOptionEntry
[src]

impl Clone for _GOptionEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more