// 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
use ffi;
use gobject_ffi;
glib_wrapper! {
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Rectangle(Boxed<ffi::AtkRectangle>);
match fn {
copy => |ptr| gobject_ffi::g_boxed_copy(ffi::atk_rectangle_get_type(), ptr as *mut _) as *mut ffi::AtkRectangle,
free => |ptr| gobject_ffi::g_boxed_free(ffi::atk_rectangle_get_type(), ptr as *mut _),
get_type => || ffi::atk_rectangle_get_type(),
}
}