pub trait GTypeInfoTraitConst {
// Required method
fn as_raw_GTypeInfo(&self) -> *const c_void;
// Provided methods
fn shape(&self) -> GShape { ... }
fn kind(&self) -> Detail_OpaqueKind { ... }
}
Expand description
Constant methods for crate::gapi::GTypeInfo