#[repr(C)]pub struct NemoMenuProviderIface {
pub get_file_items: Option<extern "C" fn(gpointer, *mut GtkWidget, *mut GList) -> *mut GList>,
pub get_background_items: Option<extern "C" fn(gpointer, *mut GtkWidget, *mut NemoFileInfo) -> *mut GList>,
/* private fields */
}Fields§
§get_file_items: Option<extern "C" fn(gpointer, *mut GtkWidget, *mut GList) -> *mut GList>§get_background_items: Option<extern "C" fn(gpointer, *mut GtkWidget, *mut NemoFileInfo) -> *mut GList>Auto Trait Implementations§
impl Freeze for NemoMenuProviderIface
impl RefUnwindSafe for NemoMenuProviderIface
impl Send for NemoMenuProviderIface
impl Sync for NemoMenuProviderIface
impl Unpin for NemoMenuProviderIface
impl UnwindSafe for NemoMenuProviderIface
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