#[repr(C)]
pub struct WIA_RAW_HEADER {
Show 19 fields pub Tag: u32, pub Version: u32, pub HeaderSize: u32, pub XRes: u32, pub YRes: u32, pub XExtent: u32, pub YExtent: u32, pub BytesPerLine: u32, pub BitsPerPixel: u32, pub ChannelsPerPixel: u32, pub DataType: u32, pub BitsPerChannel: [u8; 8], pub Compression: u32, pub PhotometricInterp: u32, pub LineOrder: u32, pub RawDataOffset: u32, pub RawDataSize: u32, pub PaletteOffset: u32, pub PaletteSize: u32,
}
Expand description

Required features: "Win32_Devices_ImageAcquisition"

Fields

Tag: u32Version: u32HeaderSize: u32XRes: u32YRes: u32XExtent: u32YExtent: u32BytesPerLine: u32BitsPerPixel: u32ChannelsPerPixel: u32DataType: u32BitsPerChannel: [u8; 8]Compression: u32PhotometricInterp: u32LineOrder: u32RawDataOffset: u32RawDataSize: u32PaletteOffset: u32PaletteSize: u32

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.