#[repr(C)]
pub struct WINBIO_BDB_ANSI_381_HEADER {
Show 15 fields pub RecordLength: u64, pub FormatIdentifier: u32, pub VersionNumber: u32, pub ProductId: WINBIO_REGISTERED_FORMAT, pub CaptureDeviceId: u16, pub ImageAcquisitionLevel: u16, pub HorizontalScanResolution: u16, pub VerticalScanResolution: u16, pub HorizontalImageResolution: u16, pub VerticalImageResolution: u16, pub ElementCount: u8, pub ScaleUnits: u8, pub PixelDepth: u8, pub ImageCompressionAlg: u8, pub Reserved: u16,
}
Expand description

Required features: "Win32_Devices_BiometricFramework"

Fields

RecordLength: u64FormatIdentifier: u32VersionNumber: u32ProductId: WINBIO_REGISTERED_FORMATCaptureDeviceId: u16ImageAcquisitionLevel: u16HorizontalScanResolution: u16VerticalScanResolution: u16HorizontalImageResolution: u16VerticalImageResolution: u16ElementCount: u8ScaleUnits: u8PixelDepth: u8ImageCompressionAlg: u8Reserved: u16

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.