Struct glib_sys::GOptionEntry [] [src]

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

Fields

Trait Implementations

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

impl Debug for GOptionEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GOptionEntry

impl !Sync for GOptionEntry