Trait opencv::core::prelude::SparseMatConstIteratorTrait[][src]

pub trait SparseMatConstIteratorTrait: SparseMatConstIteratorTraitConst {
    fn as_raw_mut_SparseMatConstIterator(&mut self) -> *mut c_void;

    fn set_hashidx(&mut self, val: size_t) { ... }
fn ptr(&mut self) -> *mut u8 { ... }
unsafe fn set_ptr(&mut self, val: *mut u8) { ... }
fn seek_end(&mut self) -> Result<()> { ... } }

Required methods

Provided methods

moves iterator to the element after the last element

Implementors