/
githubmirror
/
ostree
Обзор
Документация
Войти
/
githubmirror
/
ostree
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
rust-bindings/src/auto/diff_item.rs
16 строк
437 B
Mary Strodl
rust-bindings: Regenerate Bindings
01 фев 2025, 18:53
01 фев 2025, 18:53
0c9cf48
Код
Авторство
О чём код?
// This file was generated by gir (https://github.com/gtk-rs/gir) // from gir-files // DO NOT EDIT use crate::{ffi}; glib::wrapper! { #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] pub struct DiffItem(Shared<ffi::OstreeDiffItem>); match fn { ref => |ptr| ffi::ostree_diff_item_ref(ptr), unref => |ptr| ffi::ostree_diff_item_unref(ptr), type_ => || ffi::ostree_diff_item_get_type(), } }