Trait IImageScannerFormatConfiguration_Impl
pub trait IImageScannerFormatConfiguration_Impl: IUnknownImpl {
// Required methods
fn DefaultFormat(&self) -> Result<ImageScannerFormat>;
fn Format(&self) -> Result<ImageScannerFormat>;
fn SetFormat(&self, value: ImageScannerFormat) -> Result<()>;
fn IsFormatSupported(&self, value: ImageScannerFormat) -> Result<bool>;
}
Required Methods§
fn DefaultFormat(&self) -> Result<ImageScannerFormat>
fn Format(&self) -> Result<ImageScannerFormat>
fn SetFormat(&self, value: ImageScannerFormat) -> Result<()>
fn IsFormatSupported(&self, value: ImageScannerFormat) -> Result<bool>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.