pub trait GArgTraitConst {
// Required method
fn as_raw_GArg(&self) -> *const c_void;
// Provided methods
fn kind(&self) -> Detail_ArgKind { ... }
fn opaque_kind(&self) -> Detail_OpaqueKind { ... }
}
Expand description
Constant methods for crate::gapi::GArg