#[repr(C)]
pub struct SCANINFO {
Show 36 fields pub ADF: i32, pub TPA: i32, pub Endorser: i32, pub OpticalXResolution: i32, pub OpticalYResolution: i32, pub BedWidth: i32, pub BedHeight: i32, pub IntensityRange: RANGEVALUE, pub ContrastRange: RANGEVALUE, pub SupportedCompressionType: i32, pub SupportedDataTypes: i32, pub WidthPixels: i32, pub WidthBytes: i32, pub Lines: i32, pub DataType: i32, pub PixelBits: i32, pub Intensity: i32, pub Contrast: i32, pub Xresolution: i32, pub Yresolution: i32, pub Window: SCANWINDOW, pub DitherPattern: i32, pub Negative: i32, pub Mirror: i32, pub AutoBack: i32, pub ColorDitherPattern: i32, pub ToneMap: i32, pub Compression: i32, pub RawDataFormat: i32, pub RawPixelOrder: i32, pub bNeedDataAlignment: i32, pub DelayBetweenRead: i32, pub MaxBufferSize: i32, pub DeviceIOHandles: [HANDLE; 16], pub lReserved: [i32; 4], pub pMicroDriverContext: *mut c_void,
}
Expand description

Required features: "Win32_Devices_ImageAcquisition", "Win32_Foundation"

Fields

ADF: i32TPA: i32Endorser: i32OpticalXResolution: i32OpticalYResolution: i32BedWidth: i32BedHeight: i32IntensityRange: RANGEVALUEContrastRange: RANGEVALUESupportedCompressionType: i32SupportedDataTypes: i32WidthPixels: i32WidthBytes: i32Lines: i32DataType: i32PixelBits: i32Intensity: i32Contrast: i32Xresolution: i32Yresolution: i32Window: SCANWINDOWDitherPattern: i32Negative: i32Mirror: i32AutoBack: i32ColorDitherPattern: i32ToneMap: i32Compression: i32RawDataFormat: i32RawPixelOrder: i32bNeedDataAlignment: i32DelayBetweenRead: i32MaxBufferSize: i32DeviceIOHandles: [HANDLE; 16]lReserved: [i32; 4]pMicroDriverContext: *mut c_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.