[][src]Trait image_capture_core::scanner_functional_units::ICScannerFeatureTemplate

pub trait ICScannerFeatureTemplate: Sized {
    unsafe fn targets(self) -> id;
}

ICScannerFeatureTemplate object is used to define a group of one or more rectangular scan areas that can be used with a scanner functional unit.

Required methods

unsafe fn targets(self) -> id

Loading content...

Implementations on Foreign Types

impl ICScannerFeatureTemplate for id[src]

Loading content...

Implementors

Loading content...