pub trait WLineTrait: WLineTraitConst + Widget3DTrait {
    fn as_raw_mut_WLine(&mut self) -> *mut c_void;
}

Required Methods

Implementors