pub trait Legacy_TrackerCSRT_ParamsTrait: Legacy_TrackerCSRT_ParamsTraitConst + TrackerCSRT_ParamsTrait {
// Required method
fn as_raw_mut_Legacy_TrackerCSRT_Params(&mut self) -> *mut c_void;
// Provided method
fn read(&mut self, unnamed: &impl FileNodeTraitConst) -> Result<()> { ... }
}Expand description
Mutable methods for crate::tracking::Legacy_TrackerCSRT_Params
Required Methods§
fn as_raw_mut_Legacy_TrackerCSRT_Params(&mut self) -> *mut c_void
Provided Methods§
Sourcefn read(&mut self, unnamed: &impl FileNodeTraitConst) -> Result<()>
fn read(&mut self, unnamed: &impl FileNodeTraitConst) -> Result<()>
\brief Read parameters from a file
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.