Struct glib_sys::GOptionEntry
source · #[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§
source§impl Clone for GOptionEntry
impl Clone for GOptionEntry
source§fn clone(&self) -> GOptionEntry
fn clone(&self) -> GOptionEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more