#[repr(C)]
pub struct WINBIO_PIPELINE { pub SensorHandle: HANDLE, pub EngineHandle: HANDLE, pub StorageHandle: HANDLE, pub SensorInterface: *mut WINBIO_SENSOR_INTERFACE, pub EngineInterface: *mut WINBIO_ENGINE_INTERFACE, pub StorageInterface: *mut WINBIO_STORAGE_INTERFACE, pub SensorContext: *mut _WINIBIO_SENSOR_CONTEXT, pub EngineContext: *mut _WINIBIO_ENGINE_CONTEXT, pub StorageContext: *mut _WINIBIO_STORAGE_CONTEXT, pub FrameworkInterface: *mut WINBIO_FRAMEWORK_INTERFACE, }
Expand description

Required features: "Win32_Devices_BiometricFramework", "Win32_Foundation", "Win32_System_IO"

Fields§

§SensorHandle: HANDLE§EngineHandle: HANDLE§StorageHandle: HANDLE§SensorInterface: *mut WINBIO_SENSOR_INTERFACE§EngineInterface: *mut WINBIO_ENGINE_INTERFACE§StorageInterface: *mut WINBIO_STORAGE_INTERFACE§SensorContext: *mut _WINIBIO_SENSOR_CONTEXT§EngineContext: *mut _WINIBIO_ENGINE_CONTEXT§StorageContext: *mut _WINIBIO_STORAGE_CONTEXT§FrameworkInterface: *mut WINBIO_FRAMEWORK_INTERFACE

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.