Struct windows_sys::Win32::Devices::ImageAcquisition::WIAS_ENDORSER_INFO
[−]#[repr(C)]pub struct WIAS_ENDORSER_INFO {
pub ulPageCount: u32,
pub ulNumEndorserValues: u32,
pub pEndorserValues: *mut WIAS_ENDORSER_VALUE,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
ulPageCount: u32
ulNumEndorserValues: u32
pEndorserValues: *mut WIAS_ENDORSER_VALUE
Trait Implementations
impl Clone for WIAS_ENDORSER_INFO
impl Clone for WIAS_ENDORSER_INFO
impl Copy for WIAS_ENDORSER_INFO
Auto Trait Implementations
impl RefUnwindSafe for WIAS_ENDORSER_INFO
impl !Send for WIAS_ENDORSER_INFO
impl !Sync for WIAS_ENDORSER_INFO
impl Unpin for WIAS_ENDORSER_INFO
impl UnwindSafe for WIAS_ENDORSER_INFO
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