[−][src]Struct gio_sys::GIconIface
Fields
g_iface: GTypeInterface
hash: Option<unsafe extern "C" fn(_: *mut GIcon) -> c_uint>
equal: Option<unsafe extern "C" fn(_: *mut GIcon, _: *mut GIcon) -> gboolean>
to_tokens: Option<unsafe extern "C" fn(_: *mut GIcon, _: *mut GPtrArray, _: *mut c_int) -> gboolean>
from_tokens: Option<unsafe extern "C" fn(_: *mut *mut c_char, _: c_int, _: c_int, _: *mut *mut GError) -> *mut GIcon>
serialize: Option<unsafe extern "C" fn(_: *mut GIcon) -> *mut GVariant>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GIconIface
impl Send for GIconIface
impl Sync for GIconIface
impl Unpin for GIconIface
impl UnwindSafe for GIconIface
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,