Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_PIPELINE
[−]#[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
impl Clone for WINBIO_PIPELINE
impl Clone for WINBIO_PIPELINE
impl Copy for WINBIO_PIPELINE
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_PIPELINE
impl !Send for WINBIO_PIPELINE
impl !Sync for WINBIO_PIPELINE
impl Unpin for WINBIO_PIPELINE
impl UnwindSafe for WINBIO_PIPELINE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more