[][src]Trait opencv::core::ProgramSourceTrait

pub trait ProgramSourceTrait {
    fn as_raw_ProgramSource(&self) -> *const c_void;
fn as_raw_mut_ProgramSource(&mut self) -> *mut c_void; fn source(&self) -> Result<String> { ... }
fn hash(&self) -> Result<ProgramSource_hash_t> { ... }
fn empty(&self) -> Result<bool> { ... } }

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...