#[repr(C)]pub struct GLoadableIconIface {
pub g_iface: GTypeInterface,
pub load: Option<extern "C" fn(*mut GLoadableIcon, gint, *mut *mut gchar, *mut GCancellable, *mut *mut GError) -> *mut GInputStream>,
pub load_async: Option<extern "C" fn(*mut GLoadableIcon, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub load_finish: Option<extern "C" fn(*mut GLoadableIcon, *mut GAsyncResult, *mut *mut gchar, *mut *mut GError) -> *mut GInputStream>,
}Fields§
§g_iface: GTypeInterface§load: Option<extern "C" fn(*mut GLoadableIcon, gint, *mut *mut gchar, *mut GCancellable, *mut *mut GError) -> *mut GInputStream>§load_async: Option<extern "C" fn(*mut GLoadableIcon, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§load_finish: Option<extern "C" fn(*mut GLoadableIcon, *mut GAsyncResult, *mut *mut gchar, *mut *mut GError) -> *mut GInputStream>Auto Trait Implementations§
impl Freeze for GLoadableIconIface
impl RefUnwindSafe for GLoadableIconIface
impl Send for GLoadableIconIface
impl Sync for GLoadableIconIface
impl Unpin for GLoadableIconIface
impl UnwindSafe for GLoadableIconIface
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