pub struct ImageScanner { /* private fields */ }Expand description
Image scanner
Implementations§
Source§impl ImageScanner
impl ImageScanner
Sourcepub fn set_config(
&mut self,
symbol_type: SymbolType,
config: u32,
value: c_int,
) -> Result<()>
pub fn set_config( &mut self, symbol_type: SymbolType, config: u32, value: c_int, ) -> Result<()>
Set configuration
Sourcepub fn scan_image<'a>(&mut self, image: &'a Image) -> Result<SymbolIter<'a>>
pub fn scan_image<'a>(&mut self, image: &'a Image) -> Result<SymbolIter<'a>>
Scan image
Trait Implementations§
Source§impl Default for ImageScanner
impl Default for ImageScanner
Source§impl Drop for ImageScanner
impl Drop for ImageScanner
impl Send for ImageScanner
impl Sync for ImageScanner
Auto Trait Implementations§
impl Freeze for ImageScanner
impl RefUnwindSafe for ImageScanner
impl Unpin for ImageScanner
impl UnwindSafe for ImageScanner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more