[][src]Struct gio_sys::GApplicationCommandLineClass

#[repr(C)]pub struct GApplicationCommandLineClass {
    pub parent_class: GObjectClass,
    pub print_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>,
    pub printerr_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>,
    pub get_stdin: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>,
    pub padding: [gpointer; 11],
}

Fields

parent_class: GObjectClassprint_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>printerr_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>get_stdin: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>padding: [gpointer; 11]

Trait Implementations

impl Clone for GApplicationCommandLineClass[src]

impl Copy for GApplicationCommandLineClass[src]

impl Debug for GApplicationCommandLineClass[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.