pub trait GArrayUTrait: GArrayUTraitConst {
    // Required method
    fn as_raw_mut_GArrayU(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::gapi::GArrayU

Required Methods§

Implementors§