#[repr(C)]
pub struct WINBIO_UNIT_SCHEMA { pub UnitId: u32, pub PoolType: u32, pub BiometricFactor: u32, pub SensorSubType: u32, pub Capabilities: u32, pub DeviceInstanceId: [u16; 256], pub Description: [u16; 256], pub Manufacturer: [u16; 256], pub Model: [u16; 256], pub SerialNumber: [u16; 256], pub FirmwareVersion: WINBIO_VERSION, }
Expand description

Required features: "Win32_Devices_BiometricFramework"

Fields§

§UnitId: u32§PoolType: u32§BiometricFactor: u32§SensorSubType: u32§Capabilities: u32§DeviceInstanceId: [u16; 256]§Description: [u16; 256]§Manufacturer: [u16; 256]§Model: [u16; 256]§SerialNumber: [u16; 256]§FirmwareVersion: WINBIO_VERSION

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.