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