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

Mutable methods for crate::viz::WSphere

Required Methods§

Implementors§