pub trait LineMod_DepthNormalTrait: LineMod_DepthNormalTraitConst + LineMod_ModalityTrait {
// Required method
fn as_raw_mut_LineMod_DepthNormal(&mut self) -> *mut c_void;
// Provided methods
fn set_distance_threshold(&mut self, val: i32) { ... }
fn set_difference_threshold(&mut self, val: i32) { ... }
fn set_num_features(&mut self, val: size_t) { ... }
fn set_extract_threshold(&mut self, val: i32) { ... }
fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::rgbd::LineMod_DepthNormal
Required Methods§
fn as_raw_mut_LineMod_DepthNormal(&mut self) -> *mut c_void
Provided Methods§
fn set_distance_threshold(&mut self, val: i32)
fn set_difference_threshold(&mut self, val: i32)
fn set_num_features(&mut self, val: size_t)
fn set_extract_threshold(&mut self, val: i32)
fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.