pub trait WCircleTrait: WCircleTraitConst + Widget3DTrait {
    fn as_raw_mut_WCircle(&mut self) -> *mut c_void;
}

Required Methods

Implementors