pub trait WSphereTrait: WSphereTraitConst + Widget3DTrait {
    fn as_raw_mut_WSphere(&mut self) -> *mut c_void;
}

Required Methods

Implementors