pub trait PPF3DDetectorTraitConst {
    // Required method
    fn as_raw_PPF3DDetector(&self) -> *const c_void;
}
Expand description

Required Methods§

Implementors§