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
long_name: *const c_char
short_name: c_char
flags: c_int
arg: GOptionArg
arg_data: gpointer
description: *const c_char
arg_description: *const c_char
Trait Implementations
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
impl Debug for GOptionEntry
[src]
impl Debug for GOptionEntry
Auto Trait Implementations
impl !Send for GOptionEntry
impl !Send for GOptionEntry
impl !Sync for GOptionEntry
impl !Sync for GOptionEntry