pub trait GTypeInfoTrait: GTypeInfoTraitConst {
// Required method
fn as_raw_mut_GTypeInfo(&mut self) -> *mut c_void;
// Provided methods
fn set_shape(&mut self, val: GShape) { ... }
fn set_kind(&mut self, val: Detail_OpaqueKind) { ... }
}
Expand description
Mutable methods for crate::gapi::GTypeInfo