pub trait GFunctorTrait: GFunctorTraitConst {
// Required method
fn as_raw_mut_GFunctor(&mut self) -> *mut c_void;
}
Expand description
Mutable methods for crate::gapi::GFunctor
pub trait GFunctorTrait: GFunctorTraitConst {
// Required method
fn as_raw_mut_GFunctor(&mut self) -> *mut c_void;
}
Mutable methods for crate::gapi::GFunctor