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,
}
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
§fn clone(&self) -> WINBIO_PIPELINE
fn clone(&self) -> WINBIO_PIPELINE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WINBIO_PIPELINE
Auto Trait Implementations§
impl Freeze for WINBIO_PIPELINE
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)