pub trait GCompileArgTrait: GCompileArgTraitConst {
    fn as_raw_mut_GCompileArg(&mut self) -> *mut c_void;

    fn set_tag(&mut self, val: &str) { ... }
}

Required Methods§

Provided Methods§

Implementors§