#[repr(C)]
pub struct NautilusMenuProviderIface { 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 NautilusFileInfo) -> *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 NautilusFileInfo) -> *mut GList>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.