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
sourceimpl Clone for GOptionEntry
impl Clone for GOptionEntry
sourcefn clone(&self) -> GOptionEntry
fn clone(&self) -> GOptionEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GOptionEntry
impl Debug for GOptionEntry
impl Copy for GOptionEntry
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more