pub trait WCubeTrait: WCubeTraitConst + Widget3DTrait {
    fn as_raw_mut_WCube(&mut self) -> *mut c_void;
}

Required Methods

Implementors