#[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 moreSource§impl Debug for GOptionEntry
impl Debug for GOptionEntry
impl Copy for GOptionEntry
Auto Trait Implementations§
impl Freeze for GOptionEntry
impl RefUnwindSafe for GOptionEntry
impl !Send for GOptionEntry
impl !Sync for GOptionEntry
impl Unpin for GOptionEntry
impl UnwindSafe for GOptionEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)