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_charshort_name: c_charflags: c_intarg: GOptionArgarg_data: gpointerdescription: *const c_chararg_description: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GOptionEntryimpl !Send for GOptionEntryimpl !Sync for GOptionEntryimpl Unpin for GOptionEntryimpl UnwindSafe for GOptionEntryBlanket Implementations
Mutably borrows from an owned value. Read more