pub trait GArrayUTraitConst {
    fn as_raw_GArrayU(&self) -> *const c_void;
}

Required Methods§

Implementors§