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
long_name: *const gchar
short_name: gchar
flags: gint
arg: GOptionArg
arg_data: gpointer
description: *const gchar
arg_description: *const gchar
Trait Implementations
impl Debug for _GOptionEntry
[src]
impl Debug for _GOptionEntry
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GOptionEntry
[src]
impl Copy for _GOptionEntry
impl Clone for _GOptionEntry
[src]
impl Clone for _GOptionEntry
fn clone(&self) -> _GOptionEntry
[src]
fn clone(&self) -> _GOptionEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _GOptionEntry
impl !Send for _GOptionEntry
impl !Sync for _GOptionEntry
impl !Sync for _GOptionEntry