Type Definition PtrOfILog
opencv::types
type PtrOfILog = Ptr<dyn ILog>;
impl PtrOfILog
pub fn as_raw_PtrOfILog(&self) -> *const c_void
pub fn as_raw_mut_PtrOfILog(&mut self) -> *mut c_void
impl ILog for PtrOfILog
pub fn as_raw_ILog(&self) -> *const c_void
pub fn as_raw_mut_ILog(&mut self) -> *mut c_void
pub fn print(&mut self, format: &str) -> Result<()>