1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// This file was generated by gir (https://github.com/gtk-rs/gir) // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT glib::wrapper! { /// Defines a Unix mount entry (e.g. `<filename>`/media/cdrom`</filename>`). /// This corresponds roughly to a mtab entry. #[derive(Debug)] pub struct UnixMountEntry(Boxed<ffi::GUnixMountEntry>); match fn { copy => |ptr| glib::gobject_ffi::g_boxed_copy(ffi::g_unix_mount_entry_get_type(), ptr as *mut _) as *mut ffi::GUnixMountEntry, free => |ptr| glib::gobject_ffi::g_boxed_free(ffi::g_unix_mount_entry_get_type(), ptr as *mut _), type_ => || ffi::g_unix_mount_entry_get_type(), } }