pub trait WCloudTrait: WCloudTraitConst + Widget3DTrait {
    fn as_raw_mut_WCloud(&mut self) -> *mut c_void;
}

Required Methods

Implementors