[][src]Trait opencv::core::Formatter

pub trait Formatter {
    fn as_raw_Formatter(&self) -> *const c_void;
fn as_raw_mut_Formatter(&mut self) -> *mut c_void; fn format(&self, mtx: &Mat) -> Result<Ptr<dyn Formatted>> { ... }
fn set16f_precision(&mut self, p: i32) -> Result<()> { ... }
fn set32f_precision(&mut self, p: i32) -> Result<()> { ... }
fn set64f_precision(&mut self, p: i32) -> Result<()> { ... }
fn set_multiline(&mut self, ml: bool) -> Result<()> { ... } }

@todo document

Required methods

Loading content...

Provided methods

Loading content...

Implementations

impl dyn Formatter + '_[src]

Implementors

Loading content...