pub trait GArgTraitConst {
    // Required method
    fn as_raw_GArg(&self) -> *const c_void;

    // Provided methods
    fn kind(&self) -> ArgKind { ... }
    fn opaque_kind(&self) -> OpaqueKind { ... }
}
Expand description

Constant methods for crate::gapi::GArg

Required Methods§

Provided Methods§

Implementors§