#[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: HANDLEEngineHandle: HANDLEStorageHandle: HANDLESensorInterface: *mut WINBIO_SENSOR_INTERFACEEngineInterface: *mut WINBIO_ENGINE_INTERFACEStorageInterface: *mut WINBIO_STORAGE_INTERFACESensorContext: *mut _WINIBIO_SENSOR_CONTEXTEngineContext: *mut _WINIBIO_ENGINE_CONTEXTStorageContext: *mut _WINIBIO_STORAGE_CONTEXTFrameworkInterface: *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.