pub trait Widget3DTraitConst: WidgetTraitConst {
// Required method
fn as_raw_Widget3D(&self) -> *const c_void;
// Provided method
fn get_pose(&self) -> Result<Affine3d> { ... }
}
Expand description
Constant methods for crate::viz::Widget3D